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