npm i or npm install
npm run dev
This command will start the development server, allowing you to view and work on your project locally.
5. Create a Production Build
- Command: In the same directory, run:
npm run build
This command will create a production-ready build of your project in a distribution directory.