React.js flash is a react.js application scaffolding based on parcel bundler with react, redux, seamless immutable and redux saga to jump right into coding asap.
- Adding redux persist to persist application props
- Install Node by going here
- Test node installation
node -v
- Install git
- Test git installation
git --version
- Clone the directory with this command
git clone https://github.com/osinakayah/flash.git
- Change into the directory with this command
cd flash
- Install dependencies with this command
npm install
oryarn install
- Start the application with
npm start
oryarn start
- To compile for production
npm run build
oryarn build
[Osinakayah](https://github.com/osinakayah)
[Osinakayah](https://github.com/osinakayah)
PRs accepted.
MIT © 2019 Osinakayah