npm i
npm run dev
Open up http://localhost:3000 and you should be ready to go!
If you want to check the production build, you can stop the dev server and run following commands:
npm run build
npm start
npm i
npm run dev
Open up http://localhost:3000 and you should be ready to go!
If you want to check the production build, you can stop the dev server and run following commands:
npm run build
npm start