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

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.

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

[![license](https://img.shields.io/github/license/MediaComem/comem-rest-demo)](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
```