brandonxiang / fastify-starter

A simplest template to start up a http server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Starter

Why do you use this template

This template is a simplest solution to start up an http server.

What is the key web framework for this template

Start Up

Please use degit to download template

mkdir your-project-name
cd your-project-name
npx degit brandonxiang/fastify-starter

# or

npx degit brandonxiang/fastify-starter your-project-name

How to Develop

pnpm i
pnpm run dev

# http://localhost:3000/

How to Build

# live
pnpm run build

About

A simplest template to start up a http server


Languages

Language:TypeScript 86.2%Language:JavaScript 13.8%