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
- Host: GitHub
- URL: https://github.com/jarlah/cycleapp
- Owner: jarlah
- Created: 2017-09-30T17:55:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T19:52:26.000Z (over 8 years ago)
- Last Synced: 2025-06-26T16:07:38.508Z (7 months ago)
- Topics: cyclejs, starter-kit, strict, typescript
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```