https://github.com/l2silver/actionless-boilerplate
A simple example of actionless redux (actionless flux)
https://github.com/l2silver/actionless-boilerplate
Last synced: 12 months ago
JSON representation
A simple example of actionless redux (actionless flux)
- Host: GitHub
- URL: https://github.com/l2silver/actionless-boilerplate
- Owner: l2silver
- Created: 2016-04-21T13:20:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T22:44:06.000Z (about 10 years ago)
- Last Synced: 2025-06-21T17:02:13.470Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Actionless Redux Boilerplate
This is a modified version of TJ's frontend boilerplate that uses the two-way-rest plugin instead of the traditional redux-connect-action-reducer combination to change the application state.
###Two Way Rest Plugin
https://github.com/l2silver/two-way-rest
###More Extensive Two Way Rest boilerplate
https://github.com/l2silver/two-way-rest-boilerplate
###Original boilerplate
https://github.com/tj/frontend-boilerplate
*Original Readme*
# Frontend Boilerplate
A boilerplate of things that mostly shouldn't exist.
## Contains
- [x] [Webpack](https://webpack.github.io)
- [x] [React](https://facebook.github.io/react/)
- [x] [Redux](https://github.com/reactjs/redux)
- [x] [Babel](https://babeljs.io/)
- [x] [Autoprefixer](https://github.com/postcss/autoprefixer)
- [x] [PostCSS](https://github.com/postcss/postcss)
- [x] [CSS modules](https://github.com/outpunk/postcss-modules)
- [x] [Rucksack](http://simplaio.github.io/rucksack/docs)
- [x] [React Router Redux](https://github.com/reactjs/react-router-redux)
- [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
- [ ] Redux effects
- [x] TodoMVC example
## Setup
```
$ npm install
```
## Running
```
$ npm start
```
## Build
```
$ npm run build
```
## Note
This is just my personal boilerplate, it may or may not be a good fit for your project(s).
# License
MIT