Version 2 of the Dayplanner app.
Includes
- React-Redux and a few middleware
- Webpack
- Redux Form
Clone the repo
$ git clone https://github.com/johnmaster208/dayplanner-redux.git
with npm
$ cd dayplanner-redux
$ npm install
or yarn
$ cd dayplanner-redux
$ yarn install
with npm
$ npm start
or yarn
$ yarn start