A simple react boilerplate with webpack hmr and latest babel packages. It comes with inbuilt Travis-CI for PR checks, lint checks and builds.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Clone the Repository
git clone https://github.com/udaypydi/react-simple-boilerplate.git -
Install npm packages using
yarn install -
Run in dev mode
npm run dev -
Run in build mode
npm run build -
Run test cases
npm run test