Node.js + Koa.js workflow Dependencies: Node.js >= v8; Up and running Install dependencies: yarn (or npm i); Run yarn start (or npm run start) to develop on http://localhost:3001/api Run yarn build (or npm run build) for production build (files will be generated in the dist directory) Scripts yarn start (or npm run start): Starts the application on development mode yarn build (or npm run build): Build project to production