Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 935 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 935 Bytes

React.js Flash

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.

Todo Task

  • Adding redux persist to persist application props

Install

  • 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 or yarn install
  • Start the application with npm start or yarn start
  • To compile for production npm run build or yarn build

Maintainer

[Osinakayah](https://github.com/osinakayah)

Contributing

[Osinakayah](https://github.com/osinakayah)

PRs accepted.

License

MIT © 2019 Osinakayah