Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 888 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 888 Bytes

Base app with TypeScript

Author: Cu Nguyen <cunguyen.dev@gmail.com>

Deploy to Netlify: https://todo-list-typescript.netlify.app/

Requirements

Getting Started

Step by step to run this app in your local

Install packages

At your directory root, run:

npm/yarn install

Run server

npm/yarn start

Open on web: http://localhost:1234 (this is by default, you can custom it)

Build

npm/yarn run build

You can update the source structures to follow your patterns.

Note: Live-reload is supported