enginite-rest-express
Tooling and configuration for creating rest server with Express in Typescript.
Installation
$ npx @enginite/create-app my-node-module @enginite/rest-express
$ cd my-node-module
Scripts
# To Run Devserver with watch
yarn dev
# To Build Node Module
yarn build
Preconfigured with
- Eslint
- Babel
- Webpack