https://github.com/ragingwind/node-server-boilerplate
Template for Node Server
https://github.com/ragingwind/node-server-boilerplate
Last synced: about 1 year ago
JSON representation
Template for Node Server
- Host: GitHub
- URL: https://github.com/ragingwind/node-server-boilerplate
- Owner: ragingwind
- License: mit
- Created: 2022-01-21T03:55:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T08:00:47.000Z (over 3 years ago)
- Last Synced: 2025-04-01T17:13:09.048Z (over 1 year ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# node-server-boilerplate
> Boilerplate for Simple Node Server
# Setup
- please use `pnpm` package manager to manage monorepo
- please use node.js version over 16
# How to development
- run the app server and build packages in development environment
```js
pnpm dev
```
- run the command below to develop the project in test-driven environment
```js
pnpm test
```
- build and run application in production mode.
```js
pnpm build && pnpm start
```
# License
MIT @ Jimmy Moon