Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 221 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 221 Bytes

React Crash Course (TodoList)

This is the code for the crash course on YouTube

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build