Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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