- Install
npm
packages
cd \path\to\AMPS9000
npm i
npm run dev
- Serves client application to
http://localhost:3001
via Webpack Dev Server
- Serves client application to
npm run clean
- Deletes production assets, test coverage data, & documentation from the file system
npm run docs
- Compiles documentation via JSDoc
npm run lint
- Tests against code styling rules via ESLint
npm run test
- Executes unit tests via Jest
npm run build
- Compiles production assets to
public
directory
- Compiles production assets to
npm start
- Runs Express server