https://github.com/osinakayah/flash
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.
https://github.com/osinakayah/flash
boilerplate-react reactjs redux redux-saga seamless-immutable
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/osinakayah/flash
- Owner: osinakayah
- Created: 2019-01-27T16:36:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:14:48.000Z (over 3 years ago)
- Last Synced: 2025-05-15T21:15:37.575Z (about 1 year ago)
- Topics: boilerplate-react, reactjs, redux, redux-saga, seamless-immutable
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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