An open API service indexing awesome lists of open source software.

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.

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