Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clairefro/blog-redux

basic blog app for reading/writing posts fetched/stored in Redux Blog API
https://github.com/clairefro/blog-redux

Last synced: 3 days ago
JSON representation

basic blog app for reading/writing posts fetched/stored in Redux Blog API

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