NPM Packge to create Express App with templates
$ npx cra-express-app
or
$ npx cra-express-app <app-name> --template <template-name>
express-js
: Express with vanilla Javascript (ES6 modules)express-ts
: Express with Typescript supportexpress-ts-mongoose
: Express With Typescript and Mongooseexpress-ts-typeorm
: Express With Typescript and TypeORM