Build a FullStack App with Next.js, Supabase & Prisma | The Modern Dev by AlterClass.io.
-
Learn to build this application step-by-step by following the FREE course on The Modern Dev.
-
Preview the app live here.
git clone https://github.com/AlterClassIO/supa-vacation
cd supa-vacation
npm install
Rename the .env.example
file in this directory to .env
(which will be
ignored by Git):
cp .env.local.example .env.local
Add your own values for all the environment variables.
To run your site locally, use:
npm run dev
To run it in production mode, use:
npm run build
npm run start