This is a basic template for a VitNode app.
To get started, run the following commands:
pnpm i
# or
npm i
Open http://localhost:3000 with your browser to see the result.
To start the development server, you need to create a .env
file in the root of the project from .env.example
.
In the development
environment, you can just copy and paste the content of .env.example
to .env
.
To start the development server, run the following command:
pnpm dev
# or
npm run dev