To run the development server, follow these steps:
- Install the required dependencies by running
yarn
ornpm install
. - Start the server by running
yarn dev
ornpm run dev
. - Open your web browser and navigate to
http://localhost:3000
.
That's it! You should now see the project running in your browser. Any changes you make to the code will automatically be reloaded in the browser.