This is the template for a new project. It is a minimal project that can be used as a starting point for a new project.
This project uses the following libraries:
To get started, you can clone this repository and start working on your project.
After cloning the repository, you can run the following command to install the dependencies:
npm install
As you can see in the package.json
file, you should have right version of Node.js installed on your machine.
{
"engines": {
"node": ">=22.8.0",
"npm": ">=10.8.2"
}
}
You can run the project by running the following command:
npm run dev
This will start the project in development mode.
You can build the project by running the following command:
npm run build
npm run preview # to preview the build
This will build the project and create a dist
folder with the build files.
If you would like to contribute to this template, you can fork the repository and create a pull request.