Skip to content

haixiangyan/static-webapp-typescript-template

Repository files navigation

ts-static-webapp-template

A minimum template for building a static web app with TypeScript.

Check the demo here!

How to use

# Install all dependencies
npm install

# Run in development env
npm run start

# Build a production package
npm run build

# Deploy the web app to your github (you may wanna change this)
npm run deploy