Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clairefro/garage-redux
https://github.com/clairefro/garage-redux
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clairefro/garage-redux
- Owner: clairefro
- Created: 2020-01-12T19:33:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:15:26.000Z (about 2 years ago)
- Last Synced: 2025-01-10T02:17:55.773Z (6 days ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redux-router-boilerplate
Simple React + Router + Redux starter with the following config:
- React, ReactDOM
- Redux, React-Redux
- React-Router-DOM
- Webpack 3
- Babel with es2015 and react presets
- Bootstrap (css only, loaded from a cdn in `index.html`)
- work with `.js` or `.jsx` files
- main `application.scss` stylesheet is imported in `index.js` as a module to enjoy hot reloading⚠️This can't be deployed on GitHub Pages, it needs a Node.js setup for the back-end as the paths need to be dynamically linked back to `index.html`.