Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 472 Bytes

React todo app tutorial

Hey, hey 👋

This is the example code for the React todo app, which we build in the “Learn React for Free” Scrimba course.

Running the example code

Run these commands, one after the other:

git clone https://github.com/scrimba/react-todo-app-tutorial 
npm install
npm run build
open index.html