In rest-server
folder:
Install dependencies for server part:
npm install
Then run server:
node server.js
It will run on http://localhost:3000
App uses Parcel.js bundler.
In rest-client
folder:
Install dependencies for client part:
npm install
Then to run the app use:
Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the dist
folder.
It bundles app in production mode and optimizes the build for the best performance.
Your app is ready to be deployed!