Skip to content

Commit 4495ba7

Browse files
committed
docs: update README.md
1 parent 0b7af6d commit 4495ba7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# fastify-esbuild
1+
#fastify-esbuild
22

33
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
44

55
---
66

7-
Opinionated boilerplate to build a Fastify app with a better DX.
7+
Opinionated boilerplate to build a Fastify app with better DX.
88

99
## Features
1010

11-
- Use `nodemon` & `esbuild-node-tsc` during devlopment to reduce feedback loop.
11+
- Use `@fastify/autoload` for filesystem-based routes & plugins.
12+
- Use `nodemon` & `esbuild` to reduce feedback loop during devlopment.
1213
- Use `esbuild` to bundle production code.
1314
- Use Conventional Commits & SemVer standards, e.g. `commitlint`, `commitizen`, `standard-version`.
1415
- Use `eslint`, `prettier`, `lint-staged`.
@@ -32,7 +33,7 @@ pnpm dev
3233
pnpm build
3334

3435
# Run production code
35-
node build
36+
node ./build/index.js
3637

3738
# New commit with interactive CLI
3839
pnpm cz

0 commit comments

Comments
 (0)