¡Open your terminal! ⌚ (linux Cntrl+Shift-T, Windows use Windowskey+X)
- Install project dependencies
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
If you want to use another port, just add -p ####
- Go to your browser (Chrome, Edge, Opera, Firefox, Safari)
Type the output url from development server you will see something like:
http://localhost:3000