Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 671 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 671 Bytes

Express JS API Yeoman Generator

The purpose of this generator is to get an extensible Express JS API up and running quickly.

Getting Started

  1. Install yeoman npm install -g yo
  2. Intall the generator npm install -g generator-express-js-api
  3. Create a directory for the project mkdir my-awesome-express-api and navigate into it
  4. Run the generator yo express-js-api
  5. Launch your app npm run start

License

MIT License