Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agneym/node-express-starter

Node-Express Starter Kit
https://github.com/agneym/node-express-starter

boilerplate express node template

Last synced: 13 days ago
JSON representation

Node-Express Starter Kit

Awesome Lists containing this project

README

        

# Node Express Starter

Just the basics to get started.

```
npm start
```

Contains setup for:

* Envionment variables with `dotenv`
* Logging with `morgan`
* JSON and URL Encoded Parsing with express
* Security with `helmet`
* Allows CORS with `cors`
* Reruns the development server on change with `nodemon`
* Runs prettier on precommit with `husky`

## 🚀

![Twitter Follow](https://img.shields.io/twitter/follow/agneymenon?style=flat-square&color=success)