Skip to content

A simple Next.js starter to get up and developing quickly with G2

Notifications You must be signed in to change notification settings

ItsJonQ/next-g2-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G2 - Next.js Starter

Kick off your prototype with this G2 starter. This starter ships with the main Next.js files you might need to get up and running blazing fast with the blazing fast app generator for React.

🚀 Quick start

  1. Create a Next.js site.

    Use the Next.js CLI to create a new site, specifying the default starter.

    # create a new Next.js site with G2
    npx create-next-app my-site --use-npm --example "https://github.com/itsjonq/next-g2-starter/"
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-site/
    npm start
  3. Open the source code and start editing!

    Your site is now running at http://localhost:3000!

    Open the my-site directory in your code editor of choice and edit pages/index.js. Save your changes and the browser will update in real time!

About

A simple Next.js starter to get up and developing quickly with G2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published