https://react-cellar.herokuapp.com/
http://ayxos.com/wine-cellar-backbone-angular-react-a-tribute-to-christophe-coenraets/
I replicated Christophe Coenraets' Wine-cellar example with React to help whoever is interested in learning how this new technology works, giving the user the chance to compare between different environments.
Based on "typescript-react-redux-starter" and Redux-form (https://github.com/erikras/redux-form)
- Typescript
- React
- Redux
- D&D
- Webpack
$ npm run dev
This runs a development mode server with live reload etc.
Open http://localhost:8080
in your browser.
npm install
npm start
This runs a production-ready express server that serves up a bundled and minified version of the client.
Open http://localhost:8080
in your browser.
Note: Demo username/password can be found here
$ npm run test
$ npm run test:watch
$ npm run cover
Please feel free to submit Pull Requests or open issues to improve, share your ideas/thoughts, or discuss any part of this manifesto.