https://github.com/quickz/typescript-project-template
https://github.com/quickz/typescript-project-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/quickz/typescript-project-template
- Owner: Quickz
- Created: 2021-08-10T16:10:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-10T16:58:30.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T20:43:10.981Z (over 1 year ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript project template
## Setup
The project uses [npm](https://www.npmjs.com/).
Download the template and run the following command:
```
npm ci
```
## Build
```
npm run serve
```