Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 398 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 398 Bytes

my-to-do

Clone coding: Microsoft To Do
(Replicated the user interface of 2021.)

Requirements

Build Setup

# install dependencies
$ pnpm install

# serve with hot reload at localhost:5000
$ pnpm run dev

# build for production
$ pnpm run build

# launch server in production mode
$ pnpm run start