@enginite/rest-express

Create Express REST API Server

Usage no npm install needed!

<script type="module">
  import enginiteRestExpress from 'https://cdn.skypack.dev/@enginite/rest-express';
</script>

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