[Not-so-much] opinionated server template, with all the important stuff1
1: TypeScript, Fastify, AVA, GraphQL, ESLint, Sentry, nodemon, dotenv, zod, 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 >= 20
npm ci
npm run build
npm start
npm test
npm run dev