Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myuon/node-app-template
https://github.com/myuon/node-app-template
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/myuon/node-app-template
- Owner: myuon
- Created: 2022-10-23T04:27:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T08:20:39.000Z (5 months ago)
- Last Synced: 2024-06-20T21:41:15.670Z (5 months ago)
- Language: TypeScript
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
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
```