$ROOT
|
|--page # webpages and api route
|--prisma # Embedded SQLite database
|--public # static files
|--src # some ORM soruce file support read/write to database
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
npm build
# or
yarn build