Closed VictorLzm closed 2 years ago
Hi,
It seems like you only started the server. There are commands to start the frontend in package.json.
you should run both npm run start
which starts the server and that runs on port 3004 and npm run start-dev
which starts the frontend and you should be able to view on localhost:3000.
Make sure you have a valid .env file in the root folder with the related information.
Thanks for the suggestion i will make necessary changes on readme.md
Hi, I built the project with npm and got it running.
But it seems freezed or whatever and I can't reach it from any browser at
localhost:3000
or127.0.0.1:3000
Btw you should add a section in #readme.md with nodemon and express install commands
[macOS Monterey]