https://github.com/sensitivemix/ajv-sample
https://github.com/sensitivemix/ajv-sample
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensitivemix/ajv-sample
- Owner: SensitiveMix
- Created: 2019-03-22T09:45:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T21:29:15.000Z (over 3 years ago)
- Last Synced: 2025-10-25T11:57:37.311Z (9 months ago)
- Language: JavaScript
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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