Codeword company metrics dashboard
-
Install dependencies:
npm install -
Start Development server:
npm run dev
- Build code before deployment:
npm run deploy - Start server:
npm start
Run tests: npm run test
Coverage is generated automatically using codecov
- Test for Lint:
npm run lint - Fix Lint:
npm run lint:fix