The varlogs dashboard for searching and filter logs. Offers live streaming and data range filtering. Provides collective analytics and reports based on daily logs
npm install --global yarn # install yarn
git clone git@github.com:Justin-lu/react-redux-antd.git demo
cd demo
yarn
npm run start
# dev start with test/lint
npm run start
# prodction start with browser-sync server
npm run start:prod
# production build
npm run build
# mock data
npm run start:mock
# run test
npm run test
# generate test cover report
npm run test:cover
- enable pre-commit hook
cd .git/hooks/ && ln -s ./../../tools/pre-commit pre-commit