https://github.com/anduin2017/ts-new-project
A clean new typescript work space.
https://github.com/anduin2017/ts-new-project
Last synced: about 1 year ago
JSON representation
A clean new typescript work space.
- Host: GitHub
- URL: https://github.com/anduin2017/ts-new-project
- Owner: Anduin2017
- License: mit
- Created: 2018-09-17T13:00:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T05:39:01.000Z (over 7 years ago)
- Last Synced: 2025-04-01T23:35:54.903Z (about 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript new clean work space
This is a clean work space for new TypeScript.
## How to run
run:
```bash
$ npm i
```
and run:
```bash
npm start
```
That's all!