- After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
npm install
This will install all the packages and dependencies used in the project.
- Run the following command to start a local server:
npm run dev
This will open up the project on a browser on http://localhost:5173/
- To create a production build:
npm run build