Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 646 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 646 Bytes

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

Installation

First, install Yeoman and generator-express-api-es using npm and Node.js.

npm install -g yo
npm install -g generator-express-api-es

Then generate your new project:

yo express-api-es