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

https://github.com/jarlah/cycleapp

A very tiny starter kit for cyclejs app with typescript
https://github.com/jarlah/cycleapp

cyclejs starter-kit strict typescript

Last synced: 7 months ago
JSON representation

A very tiny starter kit for cyclejs app with typescript

Awesome Lists containing this project

README

          

# cycleapp

## Build
```
npm run build
```

## Start
```
npm i -g json-server
touch db.json
json-server db.json
```

## Lint
```
npm run lint
npm run lint:fix
```