/sunoh-api

fastify backend powering sunoh

Primary LanguageTypeScript

Fastify Vercel Starter Template

Instructions


Clone the repository git clone git@github.com: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