From 263bca199c8806b06ea11e93b10c5596a04add84 Mon Sep 17 00:00:00 2001 From: nareh agazaryan <53708656+nareha@users.noreply.github.com> Date: Fri, 15 Mar 2024 20:56:29 -0700 Subject: [PATCH] docs: tweak deployment information --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e952926..cfce035 100644 --- a/README.md +++ b/README.md @@ -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