SPARTAN/STACK - Configuring Drizzle ORM Live Demo
- Install dependencies
npm install - Use
.env.localas a reference to to create.envfile 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.