Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ximing/ts-project
A simple template ts+koa+reactjs setup for projects
https://github.com/ximing/ts-project
Last synced: 14 days ago
JSON representation
A simple template ts+koa+reactjs setup for projects
- Host: GitHub
- URL: https://github.com/ximing/ts-project
- Owner: ximing
- License: mit
- Created: 2019-05-25T08:57:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:29:10.000Z (almost 2 years ago)
- Last Synced: 2024-03-17T17:49:27.178Z (8 months ago)
- Language: JavaScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# start
```bash
npm i
cd client
npm i
cd ..
npm run start
npm run dev
```