api-express-template

- yarn install

Usage no npm install needed!

<script type="module">
  import apiExpressTemplate from 'https://cdn.skypack.dev/api-express-template';
</script>

README

Simple template for API using express

Installation

  • npm i express-api-template
  • yarn install

For Development

  • yarn watch

To Build

  • yarn build

To run on production

  • yarn start

Template includes

  • hapi/boom
  • hapi/joi
  • ts/express
  • dotenv
  • express
  • joi
  • lodash

Feel Free to fork this template

happy coding