A simple react boilerplate with webpack hmr and latest babel packages. It comes with inbuilt Travis-CI for PR checks, lint checks and builds. Kick start the development with tailwind css, react hooks and much more.
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