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

https://github.com/candyframework/candyjs-examples

示例程序
https://github.com/candyframework/candyjs-examples

Last synced: 2 months ago
JSON representation

示例程序

Awesome Lists containing this project

README

          

## candyjs 示例程序

每个目录都是一个独立的示例

## 运行

进入示例目录,安装依赖,运行程序

```
$ cd some-subdir
$ npm install
$ npm run start
```