- Install dependencies
$ npm install- Run dev server
$ npm run devAnd a browser will come up, if not http://localhost:3000/
- Build for production and serve
$ npm run build
$ npm run serveAnd visit http://localhost:3001/
In order to use the API you have to install PM2