[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.
- 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.
- node >= 14
npm i
npm start
npm test
npm run dev