Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.33 KB

File metadata and controls

35 lines (26 loc) · 1.33 KB

Simple To-Do List using Create React App

This app is already bootstrapped using Create React App, but if you'd like to start from scratch it can be found here! as well as React's docs here -> Reactjs.org

Get Started

1. Make sure you have Node

installed

  1. Clone this repository git clone https://github.com/seantbaier/react-todo-list.git or download the zip

    Your project folder should now have two subdirectories

    todo-list/
        README.md
        .gitignore
        todo-list-starter-files/
        todo-list-final/
  2. Make sure you're in the todo-list-starter-files directory you just created. -cd todo-list-starter-files

  3. Install Node packages npm install or yarn

  4. run the app npm start or yarn start

  5. Install React Developer Tools in your browser