Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 479 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 479 Bytes

Create Express App

NPM Packge to create Express App with templates

Preview

Install

$ npx cra-express-app

or

$ npx cra-express-app <app-name> --template <template-name>

Templates

  • express-js: Express with vanilla Javascript (ES6 modules)
  • express-ts: Express with Typescript support
  • express-ts-mongoose: Express With Typescript and Mongoose
  • express-ts-typeorm: Express With Typescript and TypeORM