- Node.js
>=v8;
- Install dependencies:
yarn(ornpm i); - Run
yarn start(ornpm run start) to develop onhttp://localhost:3001/api - Run
yarn build(ornpm run build) for production build (files will be generated in thedistdirectory)
yarn start (or npm run start): Starts the application on development modeyarn build (or npm run build): Build project to production