An open API service indexing awesome lists of open source software.

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

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