We have a simple Express app that serves a static JSON.
- NodeJS or nvm
If you have nvm installed use the nvm use
command to set your Node version to 14.15.0.
npm install
npm start
Visit http://localhost:3000.
For developing you can use the watch
command to restart the server automatically when a file changes.
npm run watch