This is a starting point for node applications, it included the basics needed to setup a Web application or API.
- ESLint
- Testing (Jest)
- Project structure
- Express Layout
- Express Middleware
git clone https://github.com/hampton-io/node-boilerplate.git PROJECT-NAMEcd PROJECT-NAME
npm i
npm run start