| Task | Description |
|---|---|
yarn start |
Start the express server. |
yarn dev |
Start the express server in dev mode. |
yarn test |
Run the test cases. |
yarn predist |
Tasks required before creating the distro. |
yarn dist |
Build the application and create a distro. |
yarn lint |
Check linting of the application. |
yarn install |
Install the dependencies of the application. |
yarn postinstall |
Post dependency install tasks. |
git clone https://github.com/doinbit/express-api-boilerplate.git
cd express-api-boilerplate
yarn install