https://github.com/mediacomem/generator-express-api-es
Same boilerplate as the official Express generator, but with ES Modules and no view rendering. Built with Yeoman.
https://github.com/mediacomem/generator-express-api-es
Last synced: 8 months ago
JSON representation
Same boilerplate as the official Express generator, but with ES Modules and no view rendering. Built with Yeoman.
- Host: GitHub
- URL: https://github.com/mediacomem/generator-express-api-es
- Owner: MediaComem
- Created: 2022-09-05T12:35:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T07:11:13.000Z (9 months ago)
- Last Synced: 2025-09-19T15:17:44.906Z (9 months ago)
- Language: JavaScript
- Size: 287 KB
- Stars: 5
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-express-api-es
**Same boilerplate as the official Express generator, but with ES Modules and no view rendering.**
Built with Yeoman for the Web-Oriented Architecture course in the Media Engineering department at HEIG-VD
[](https://opensource.org/licenses/MIT)
## Installation
First, install [Yeoman](http://yeoman.io) and generator-express-api-es using [npm](https://www.npmjs.com/) and [Node.js](https://nodejs.org/).
```bash
npm install -g yo
npm install -g generator-express-api-es
```
Then generate your new project:
```bash
yo express-api-es
```