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
- Host: GitHub
- URL: https://github.com/ericwindmill/firebase-react-redux-sass-boilerplate
- Owner: ericwindmill
- Created: 2017-06-23T21:09:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T01:23:18.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T16:38:51.998Z (6 months ago)
- Language: JavaScript
- Size: 551 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FiRRS Stack Boiler Plate

---
## 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
```