Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 237 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 237 Bytes

Quick TODO app with react hooks

# Install dependencies
npm install

# Prettier format
npm run format

# Fixing eslint problems
npm run eslint-fix

# Serve on localhost:3000
npm start

# Build for production
npm run build