@enginite/rest-express
v0.1.5
Published
Create Express REST API Server
Downloads
4
Maintainers
Readme
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