React boilerplate by Capazians
A fast and easy to use React boilerplate ⚡️
Note: Make sure you have the latest/stable versions of these tools
Node.js and npm - Install node and npm from their website
- Clone the repo
git clone https://github.com/capazyte/react-boilerplate.git
- Run installation
npm install
- You are ready to roll.. :) Start the project by running
npm start
npm run build
Some example code for component, router, action, reducer, styling, and HTTP calls has already been added.
- React-Router
- Material-UI
- Redux
- SCSS
- Webpack
- BrowserSync
Capazians