/node-api-starter-template

Starter template to Node API

Primary LanguageJavaScript

node-api-starter-template

Starter template to Node API

Setup

  1. Clone this repository,
  2. Install what's needed: yarn install,
  3. Copy .env.sample to .env.local (change the values, if needed),

Start development

yarn run dev

Start production

yarn start