Skip to content

Commit

Permalink
docs: tweak deployment information
Browse files Browse the repository at this point in the history
  • Loading branch information
nareha authored Mar 16, 2024
1 parent 4146095 commit 263bca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ To deploy this application, you can do so locally by:
4. Running `npm start` to start the frontend React application
5. Entering the /backend directory in a new terminal
6. Running `npm install` to install the necessary dependencies
7. Compiling the TypeScript code by running `tsc` or `tsc -w` to watch for changes
7. Run `npx ts-node src/index.ts` to start the backend
8. Running `npm start` to start the backend Node.js server
9. Visit the web app by going to `http://localhost:3000/`

# Repository Template

Expand Down

0 comments on commit 263bca1

Please sign in to comment.