Skip to content

Latest commit

 

History

History
executable file
·
42 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
42 lines (27 loc) · 1.11 KB

nodejs-server-template

[Not-so-much] opinionated server template, with all the important stuff1

1: fastify, ava, graphql, eslint, Sentry, nodemon, dotenv, code coverage and other bits and bobs.

build style

Use this template

  • Update package.json with your info.
  • Update LICENSE with your info.
  • Create a .env file based on .env.sample.
  • Delete this section from README and update the rest accordingly.

Prerequisites

  • node >= 14

Install

npm i

Usage

npm start

Run tests

npm test

Development

npm run dev