https://github.com/mikeesto/express-template
:boom: A template for an Express application with ES6 syntax
https://github.com/mikeesto/express-template
express nodejs template
Last synced: about 2 months ago
JSON representation
:boom: A template for an Express application with ES6 syntax
- Host: GitHub
- URL: https://github.com/mikeesto/express-template
- Owner: mikeesto
- License: cc0-1.0
- Created: 2019-06-09T04:27:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:34:16.000Z (over 2 years ago)
- Last Synced: 2025-02-12T09:57:11.664Z (3 months ago)
- Topics: express, nodejs, template
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :boom: EXPRESS TEMPLATE
A template for an [Express](https://www.npmjs.com/package/express) application, built upon the output of [express-generator](https://www.npmjs.com/package/express-generator).
### How to use
Click the green "Use this template" button above.
By default no templating engine is included. One can be easily added if required. Popular engines include [Pug](https://www.npmjs.com/package/pug), [Mustache](https://www.npmjs.com/package/mustache), [Handlebars](https://www.npmjs.com/package/handlebars) and [EJS](https://www.npmjs.com/package/ejs).
### Motivation
- Using GitHub repository templates to provide a simple way to create an express app without having to download and use a CLI tool
- A preference for ES6 syntax (e.g. `const` instead of `var`, arrow functions for callbacks)
- Included `.gitignore` file for node applications
- Updated & audited dependency packages### Contributing
Contributions of any description are welcomed, particularly for keeping dependencies up to date.