Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 156 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 156 Bytes

React TodoList

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build