npm install
npm start
npm run build
- Compile and build the project in development mode (no watching)npm run dev
- Watches directory and compiles assets
npm run server
- Runs a live server with hot reloading (does not compile JS)npm start
- Compiles a release build then runs a live server
npm run test
- Runs Jest testsnpm run test:watch
- Automatically runs tests during devnpm run test:coverage
- Runs Jest tests (exports coverage report)
npm run build:release
- Create a release candidate
Add- Usingistanbul
for test code coveragejest --coverage
nowMigrategulp
build tasks towebpack
Addwebpack
build tool- Add
node
backend server - Add
express
- Add
mongodb
- Setup with docker