Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phonowell/coffee-ahk-preview

A preview for coffee-ahk.
https://github.com/phonowell/coffee-ahk-preview

Last synced: 1 day ago
JSON representation

A preview for coffee-ahk.

Awesome Lists containing this project

README

        

# coffee-ahk-preview

2021/8/24 下午6:21:55

## 组件/共3个

- [App](./src/component/App.tsx)
- [Compiler](./src/component/Compiler.tsx)
- [Stage](./src/component/Stage.tsx)

## 任务

```shell
npm run build // react-scripts build
npm run mock // ts-node --project ./task/tsconfig.json ./task/mock.ts
npm run publish // npm run alice publish
npm run start // sudo PORT=80 react-scripts start
npm run watch // npm run alice watch
```
---