Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clarkio/secure-node-server

A Node.js server template that's secure by default and comes with some simple boilerplate setup.
https://github.com/clarkio/secure-node-server

Last synced: 17 days ago
JSON representation

A Node.js server template that's secure by default and comes with some simple boilerplate setup.

Awesome Lists containing this project

README

        

# secure-node-server
A Node.js server template that's secure by default and comes with some simple boilerplate setup.

## Getting Started

1. Install dependencies by running `npm install` in your terminal/command line
1. Generate a self-signed certificate by running `npm run create-cert` in your terminal/command line
1. Start the app by running `npm start` in your terminal/command line