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

https://github.com/ericwindmill/firebase-react-redux-sass-boilerplate


https://github.com/ericwindmill/firebase-react-redux-sass-boilerplate

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# FiRRS Stack Boiler Plate
![Fur Coat](http://res.cloudinary.com/ericwindmill/image/upload/v1498678217/portfolio_site/Woman_in_Fur_Coat_1.png)
---
## Firebase, React, Redux, Sass, Webpack

Bare-bones boiler plate users to make React-Redux apps quickly. This is essentially exactly what I use whenever a new app idea pops in my mind.

Includes
- React
- Redux
- Firebase integration (You need to set up your own key and insert it into the firebase.js file)
- Webpack
- Sass

## Use it:
```
git clone https://github.com/ericwindmill/firebase-react-redux-sass-boilerplate

yarn install

yarn start
```