https://github.com/himenon/template-esm-nodejs-server
Template repository for nodejs server
https://github.com/himenon/template-esm-nodejs-server
esmodule express nodejs typescript webpack
Last synced: 3 months ago
JSON representation
Template repository for nodejs server
- Host: GitHub
- URL: https://github.com/himenon/template-esm-nodejs-server
- Owner: Himenon
- License: mit
- Created: 2022-07-02T00:57:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T07:17:23.000Z (over 3 years ago)
- Last Synced: 2025-02-15T19:34:41.496Z (about 1 year ago)
- Topics: esmodule, express, nodejs, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @himenon/template-esm-nodejs-server
```bash
docker run -e PORT=5000 -p 5000:5000 --rm ghcr.io/himenon/template-esm-nodejs-server
```
## Development
Watch
```bash
$ pnpm run watch
```
Build Step
```bash
$ pnpm run build
$ docker build --no-cache -t ghcr.io/himenon/template-esm-nodejs-server .
```
## Release
1. Merge `main` branch
2. [GitHub Action] Auto update version by semantic release
3. Create Release
4. [GitHub Action] Push docker
## LICENCE
[@Himenon/template-esm-nodejs-server](https://github.com/Himenon/template-esm-nodejs-server)・MIT