- In the client directory, run:
npm install
installs the necessary dependencies for the client app
- In the node -server directory, run:
npm i
installs the necessary dependencies for the server app
In the node-server directory, run:
npm run prod
In the node-server directory, you can run:
npm run dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.