Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 989 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 989 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:5050 with your browser to see the result.

Creating a bundle

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!

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!