Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# start

```bash
npm i
cd client
npm i
cd ..
npm run start
npm run dev
```