This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
yarn dev
Open http://localhost:5050 with your browser to see the result.
yarn build
This will create an out
directory and to test static bundle, use serve
yarn global add serve
or
npx serve
Run serve with any port you like
serve -p 5050
Your bundle should be working!
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!