https://github.com/myuon/kakeibo
https://github.com/myuon/kakeibo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myuon/kakeibo
- Owner: myuon
- Created: 2022-11-05T06:08:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T15:11:54.000Z (over 2 years ago)
- Last Synced: 2025-02-21T12:03:01.347Z (4 months ago)
- Language: TypeScript
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-app-template
## Use Docker
```shell
$ docker build -t app . && docker run -p 3000:3000 -it app
```