- express kit starter for backend APIs
- clone repository to your local
- cd to repo
- run
npm installoryarnon your terminal
- set your custom config at config/ for different environments
- set
Javascript Standard Styleas your IDE code style and use config file Standard.xml at the root directory
- copy
.env-samplefile and rename it to.env - edit
.envfile
- copy
development-sample.jsonfile and rename it todevelopment.json - copy
production-sample.jsonfile and rename it toproduction.json - edit
development.jsonandproduction.jsonfiles
npm run devfor development environmentnpm run prodfor production environment