Start your next react project in seconds
A highly scalable, offline-first foundation with the best DS and a focus on performance and best practices
- Make sure that you have Node.js v8.10 and npm v5 or above installed.
- Clone this repo using
git clone --depth=1 https://github.com/agauti003/react-redux-Boilerplate.git <YOUR_PROJECT_NAME>
- Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>
. - Run
npm install --save
in order to install dependencies and clean the git repo.
At this point you can runnpm start
to see the example app athttp://localhost:8080
. - Run
npm run build
to build the production ready version.
Now you're ready to rumble!
Please note that this boilerplate is production-ready and not meant for beginners! If you're just starting out with react or redux or If you want a solid, battle-tested base to build your next product upon and have some experience with react, this is the perfect start for you.
This project is licensed under the MIT license, Copyright (c) 2018 ADITYA GAUTAM.