https://github.com/team-dreamcatcher/dreamcatcher-node
💻 기록해드림의 node 기반 서버입니다 !
https://github.com/team-dreamcatcher/dreamcatcher-node
koa nodejs typescript
Last synced: 5 months ago
JSON representation
💻 기록해드림의 node 기반 서버입니다 !
- Host: GitHub
- URL: https://github.com/team-dreamcatcher/dreamcatcher-node
- Owner: TEAM-DREAMCATCHER
- Created: 2023-02-25T03:57:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T04:04:11.000Z (over 3 years ago)
- Last Synced: 2025-04-05T21:45:40.578Z (about 1 year ago)
- Topics: koa, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 기록해드림(dream)
## Commands Usage
1. eslint
* `npm run lint:check` => Check grammar and coding style with `.eslintrc`.
* `npm run lint:fix` => fix the code automatically.
2. `npm run dev` => Run using nodemon
3. `npm start`