https://github.com/zty1205/gaylen-server
Backend,egg,Server
https://github.com/zty1205/gaylen-server
Last synced: 8 months ago
JSON representation
Backend,egg,Server
- Host: GitHub
- URL: https://github.com/zty1205/gaylen-server
- Owner: zty1205
- Created: 2021-04-12T03:00:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T10:55:00.000Z (about 5 years ago)
- Last Synced: 2025-03-05T22:03:54.721Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gayLen-server
it is zty server
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ 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.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.
[egg]: https://eggjs.org