Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 408 Bytes

Fastify Vercel Starter Template

Instructions


Clone the repository git clone [email protected]:afkcodes/fastify-vercel.git

Start the dev Server

npm install
npm run dev // running dev server with node
npm start // running the dev server with vercel

Deploy to vercel

npm run deploy:dev // deploy to non prod env on vercel
npm run deploy:prod // deploy to prof env on vercel