An open API service indexing awesome lists of open source software.

https://github.com/haixiangyan/static-webapp-typescript-template

A minimum template for building a static web app with TypeScript.
https://github.com/haixiangyan/static-webapp-typescript-template

static-site template typescript webapp

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# ts-static-webapp-template

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

Check the [demo here](http://yanhaixiang.com/static-webapp-typescript-template/)!

## How to use

```shell
# 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
```