Skip to content

webdvt/react-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo List App

Here are the files we will be using during Intro to React meeting on 11/3/2019.

If you don't have Node.js and Git already installed:

  1. Link to install Git
  2. Link to install Node.js

Follow these steps:

  1. Fork this repository by clicking on the Fork button at top right corner:
  2. After you have forked the repository, clone (your version of the) repos with git clone https://github.com/<YOUR_GITHUB_USERNAME>/react-todolist
  3. Go into your cloned directory with cd react-todolist
  4. Check out the starter branch with git checkout starter

How to run this locally?

  1. npm install
  2. npm start