1.0.0 • Published 4 years ago
@raja_rakoto/boost-eo v1.0.0
📌 Scripts
- Starts the application in development using
nodemonandts-nodeto do hot reloading.
npm run start:dev- Starts the app in production by first building the project with
npm run build, and then executing the compiled JavaScript atbuild/index.js.
npm run start- Builds the app at
build, cleaning the folder first.
npm run build- Runs the
jesttests once.
npm run test- Run the
jesttests in watch mode, waiting for file changes.
npm run test:watch- Format your code.
npm run prettier- Format your code in watch mode, waiting for file changes.
npm run prettier:watch- Check your project with eslint.
npm run check1.0.0
4 years ago