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
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