# Very Simple node boilerplate ## Quick usage ### To start development ``` npm run build:watch npm run test:watch ``` ### To build ``` npm run build ``` ### To start ``` npm run start ```