/dayplanner-redux

dayplanner part deaux

Primary LanguageJavaScriptMIT LicenseMIT

DayPlanner-Redux

Version 2 of the Dayplanner app.

Includes

  • React-Redux and a few middleware
  • Webpack
  • Redux Form

Installation

Clone the repo

$ git clone https://github.com/johnmaster208/dayplanner-redux.git

Get dependencies

with npm

$ cd dayplanner-redux
$ npm install

or yarn

$ cd dayplanner-redux
$ yarn install

Run the app

with npm

$ npm start

or yarn

$ yarn start