[Not-so-much] opinionated server template, with all the important stuff1
1: TypeScript, Express, AVA, GraphQL, ESLint, Sentry, tsx, 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 >= 22
pnpm i
pnpm build
pnpm start
pnpm test
pnpm dev