Skip to content

johnmaster208/dayplanner-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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