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

https://github.com/sensitivemix/ajv-sample


https://github.com/sensitivemix/ajv-sample

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# ajv-sample

ajv smaple for node

## QuickStart

### Development

```bash
$ npm i
$ npm run init
$ npm run dev
$ open http://localhost:7001/
```

### Deploy

```bash
$ npm start
$ npm stop
```

### Npm Scripts

- Use `npm run lint` to check code style
- Use `npm test` to run unit test
- se `npm run clean` to clean compiled js at development mode once

### Requirement

- Node.js >= 8.x