https://github.com/aabuhijleh/ts-starter
https://github.com/aabuhijleh/ts-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aabuhijleh/ts-starter
- Owner: aabuhijleh
- Created: 2021-10-22T19:27:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T19:28:38.000Z (over 3 years ago)
- Last Synced: 2025-02-05T05:34:18.354Z (4 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-starter
## Usage
```sh
# install deps
$ npm install# for production builds
$ npm run build# for development builds (auto compile)
$ npm run dev# run the app
$ npm start
```