Files
stack/packages/stack-server
2024-03-06 23:46:39 +08:00
..
2024-03-06 16:27:11 +01:00
2024-02-28 16:45:27 +01:00
2024-02-28 14:35:30 +01:00
2024-03-06 23:44:56 +08:00
2024-03-04 15:51:33 +01:00
2024-02-28 14:35:30 +01:00
2024-02-28 14:35:30 +01:00
2024-02-28 14:35:30 +01:00
2024-03-06 23:46:39 +08:00
2024-02-28 15:27:00 +01:00
2024-02-28 14:35:30 +01:00
2024-03-04 22:46:07 +01:00
2024-03-06 23:46:39 +08:00
2024-02-28 14:35:30 +01:00
2024-03-05 22:40:50 +08:00

N2D4's frontend-starter

Getting started

First, copy the .env file into .env.local and fill in the necessary environment variables.

Then, install the dependencies:

cd the-folder-with-your-project
npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

To re-run the code generation (e.g. after changing the Prisma schema), run:

npm run codegen

You can also access the Prisma CLI:

npm run prisma -- <args-to-prisma-command>