Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/deku-redux-example
An example of Deku Redux async application
https://github.com/andrepolischuk/deku-redux-example
deku deku-redux example example-app postcss redux
Last synced: 27 days ago
JSON representation
An example of Deku Redux async application
- Host: GitHub
- URL: https://github.com/andrepolischuk/deku-redux-example
- Owner: andrepolischuk
- License: mit
- Created: 2016-04-30T21:29:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T15:44:02.000Z (over 7 years ago)
- Last Synced: 2024-11-09T10:29:18.519Z (3 months ago)
- Topics: deku, deku-redux, example, example-app, postcss, redux
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deku-redux-example
> An example of Deku Redux async application
## Install
```sh
git clone https://github.com/andrepolischuk/deku-redux-example
cd deku-redux-example
npm install
```## Run
```sh
npm start
```## Test
```sh
npm test
```## Build
```sh
npm run build
```## Under the hood
* [x] [Deku 2.0.0](https://github.com/dekujs/deku)
* [x] [Hot Module Replacement](http://dekujs.github.io/deku/docs/advanced/hmr.html)
* [x] [Redux](https://github.com/reactjs/redux)
* [x] [Redux Thunk middleware](https://github.com/gaearon/redux-thunk)
* [x] [Webpack](https://github.com/webpack/webpack)
* [x] [Babel](https://github.com/babel/babel)
* [x] [CSS modules](https://github.com/css-modules/css-modules)
* [x] [PostCSS](https://github.com/postcss/postcss)
* [x] [Cssnext](https://github.com/MoOx/postcss-cssnext)
* [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
* [ ] [Eslint](https://github.com/eslint/eslint)
* [x] [Testing with AVA](https://github.com/sindresorhus/ava)## License
MIT