A Trello clone build with React and Flux
npm start
- runs dev servernpm run build
- builds appnpm test
- runs testsnpm test -- -u
- overrides and deletes test snapshotsnpm test -- --watch
- listens on file changes and runs appropriate testsnpm test -- --coverage
- runs tests and gathers coverage datanpm run doc
- generates documentationnpm run e2e
- run integration tests