Skip to content

mjrust/pts-poc

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages