Start Your Project in Development Mode
Chapter 3:
Last updated
Chapter 3:
To run your project in development mode with hot-reloading and fewer restrictions, use the following command:
npm run dev <app-name>For example:
npm run dev startupstarterkits.comThis will start your app on a local development server, allowing you to see changes in real-time.
Last updated