Command
npm run dev
Explanation
Starts the local dev server at http://localhost:3000.
Examples
Start dev server
npm run dev
Start dev server with Yarn
yarn dev
npm run dev
Starts the local dev server at http://localhost:3000.
Start dev server
npm run dev
Start dev server with Yarn
yarn dev