Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sheenazien8/nodejs_boilerplate

Expressjs simple boilerplate
https://github.com/sheenazien8/nodejs_boilerplate

boilerplate expressjs nodejs

Last synced: about 1 month ago
JSON representation

Expressjs simple boilerplate

Awesome Lists containing this project

README

        

# Nodejs Boilerplate

## Getting started

```bash
# clone the project
git clone https://github.com/sheenazien8/nodejs_boilerplate/

# enter the project directory
cd nodejs_boilerplate

# install dependency
yarn install

# develop
yarn run dev

# run test
yarn run test
```

## Build

```bash
# build for production environment
yarn run build
```