cusx / next-js-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Northflank Next.js Demo

Northflank

Deploy this Next.js site easily with Northflank:

  • Clone this repository
  • Select this repository in Northflank when creating a new service
  • Expose port 3000
  • Wait for the app to build and visit the newly assigned URL. That's it!

Live Demo

https://example--next-js--examples--nort-kcwl.code.run/

About Next JS

Next.js is a React framework developed by Vercel supporting hybrid static & server rendering, TypeScript support, smart bundling and route pre-fetching.

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

Getting Started 🚀

First, install the required packages:

npm install
# or
yarn install

Then run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

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

License:MIT License


Languages

Language:JavaScript 52.0%Language:CSS 39.7%Language:Dockerfile 8.3%