Boilerplate for React + Redux + HMR development and production
My ReactJS boilerplate using Babel, Webpack HMR, Jest Testing Framework and other stuffs.
git clone git@github.com:nhanhoangtrong/react-babel-boilerplate.git
yarn
yarn build:dll
yarn dev
yarn build:dll
yarn build
yarn start
yarn analyze
# Run tests
yarn test
# Run test and view coverage
yarn coverage
# Run eslint error checking
yarn lint
# Run prettier formating
yarn prettier
MIT License
Copyright (c) 2016 Kendy Hoang