Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fedosejev committed Oct 14, 2016
1 parent 6a6cd10 commit 0fb4264
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions README.md
@@ -1,2 +1,43 @@
# shopping-list-react-redux
Basic shopping list implemented with React.js and Redux.
# Shopping List with React.js, Redux and ES2015

Basic shopping list implemented with React.js (`v15`), Redux, ES2015 and Twitter Bootstrap (`v3`).

### Live

https://fedosejev.github.io/shopping-list-react-redux/

### Other versions

+ [React.js and ES5](https://github.com/fedosejev/shopping-list-react)
+ [React.js and ES2015](https://github.com/fedosejev/shopping-list-react-es2015)
+ [React.js, Flux and ES5](https://github.com/fedosejev/shopping-list-react-flux)

## Install

`npm install`

## Build

#### In development environment:

`npm run build-for-development`

#### In production environment:

`npm run build-for-production`

## Run

1. `./serve.sh`
2. Open `http://localhost:8080` in a web browser.

## Author

[Artemij Fedosejev](http://artemij.com)

## License

This software is released under the MIT license.

This software comes with NO WARRANTY, expressed or implied.

0 comments on commit 0fb4264

Please sign in to comment.