- Install dependencies:
npm install
Note: Make sure to add a config.js
file in the src
folder. See the config.example.js
under src/
directory for more details.
Development mode:
npm run start:dev
Production mode:
npm run start
Follow the guide here to configure prettier for your IDE.