https://github.com/hannasdev/timing-2
https://github.com/hannasdev/timing-2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hannasdev/timing-2
- Owner: hannasdev
- Created: 2018-10-25T14:40:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T12:52:49.000Z (over 7 years ago)
- Last Synced: 2024-03-27T20:21:52.101Z (over 2 years ago)
- Language: JavaScript
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timing
## Documentation
Detailed documentation can be found in the styleguide. Run `npm run styleguide:build` to build it.
## How to start
| Command | What it does |
| :------------------------- | :----------------------------------- |
| `npm run start` | Start application in dev mode |
| `npm run dev` | Start application in dev mode |
| `npm run build` | Build application for production |
| `npm run test` | Run test runner (Jest) |
| `npm run test:watch` | Run test runner (Jest) in watch mode |
| `npm run test:coverage` | Run test runner (Jest) coverage |
| `npm run lint` | Run linter (ESlint) |
| `npm run styleguide` | Run styleguidist server (dev) |
| `npm run styleguide:build` | Run styleguidist for production |