Run
Get your application up and running.
Check Node.js version
Verify that you have Node.js version 20 installed:
node -vInstall packages
Install all project dependencies:
npm iGenerate database
Generate the Prisma client for your database:
cd apps/fastack-boilerplate
npm run db:generateTest your setup
Start your development server:
cd apps/fastack-boilerplate
npm run devOpen browser on http://localhost:3000
Local setup complete!
You've successfully configured your local Fastack project. Happy coding!