Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
A minimum template for building a static web app with TypeScript.
- Host: GitHub
- URL: https://github.com/haixiangyan/static-webapp-typescript-template
- Owner: haixiangyan
- License: mit
- Created: 2021-03-20T09:03:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T02:28:05.000Z (almost 4 years ago)
- Last Synced: 2024-10-25T02:47:58.806Z (3 months ago)
- Topics: static-site, template, typescript, webapp
- Language: JavaScript
- Homepage: http://yanhaixiang.com/static-webapp-typescript-template/
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```