Development mode
npm run dev
Production mode
npm run build
# then
npm start
Then open http://localhost:3000 with your browser to see the result.
Development mode
npm run dev
Production mode
npm run build
# then
npm start
Then open http://localhost:3000 with your browser to see the result.