Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokesterfr/nodejs-boilerplate
A Node.js boilerplate project
https://github.com/jokesterfr/nodejs-boilerplate
Last synced: 18 days ago
JSON representation
A Node.js boilerplate project
- Host: GitHub
- URL: https://github.com/jokesterfr/nodejs-boilerplate
- Owner: jokesterfr
- Created: 2020-05-19T22:04:34.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-24T02:37:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T16:07:25.593Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Node.js boilerplate
[![branch develop](https://img.shields.io/badge/branch-develop-blue.svg)]()
[![version](https://img.shields.io/badge/version-0.0.2-blue.svg)](./package.json)
[![linting](https://img.shields.io/badge/code_style-xo-brightgreen.svg)](https://github.com/xojs/xo)A blue/green demo testing with an Nginx reverse proxy.
## Install
```sh
npm i
```## Run
```sh
npm start
```## Release
```sh
npm version minor
npm run release
```> Note: this release script relies on [git-flow](https://github.com/nvie/gitflow/wiki/Installation).
## Coverage
```sh
npm run test
browse ./coverage/lcov-report/index.html
```