Skip to content
/ next-template Public template

A template repository for new Next.js projects

Notifications You must be signed in to change notification settings

pjaws/next-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next-Template

This is a template repository for new Next.js projects. It includes some opinionated defaults that I'm sick of recreating every time I start a new project:

  • Styled-Components with a theme.js file that follows the System UI Theme Specification
  • A <GlobalStyle /> component based heavily on Andy Bell's Modern CSS Reset and included on all pages via a custom _app.js
  • EditorConfig set to 2 spaces
  • ESLint with eslint-config-airbnb, eslint-plugin-react, and eslint-plugin-prettier
  • A .prettierrc file with a few custom settings

Original Next.js README follows below...


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

Getting Started

First, 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!

Deploy on ZEIT Now

The easiest way to deploy your Next.js app is to use the ZEIT Now Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A template repository for new Next.js projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •