SPARTAN/STACK - Configuring Drizzle ORM Live Demo
- Install dependencies
npm install
- Use
.env.local
as a reference to to create.env
file with all necessary environment variables. - Apply database migrations
npx drizzle-kit migrate
.
Run npx nx serve spartan-drizzle
to serve this project.
Run npx nx build spartan-drizzle
to build this project.