generator-express-api-es
v1.0.0
Published
Same boilerplate as the official Express generator, but with ES Modules and no view rendering. Built with Yeoman.
Downloads
30
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
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