Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agneym/node-express-starter
- Owner: agneym
- Created: 2017-11-23T17:56:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:24:05.000Z (8 months ago)
- Last Synced: 2024-05-01T15:15:26.517Z (7 months ago)
- Topics: boilerplate, express, node, template
- Language: JavaScript
- Homepage:
- Size: 493 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)