Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Starting Template

This is a starter template for Next.js projects (a few small changes after 'create-next-app'). It assumes VS Code will be used as the IDE. It includes the following parameters in the VS Code workspace settings:

{
  "editor.tabSize": 2,
  "[jsonc]": {
    "editor.tabSize": 2
  }
}

and the .pretterrc formatter:

{
  "tabWidth": 2,
  "singleQuote": true,
  "semi": false,
  "trailingComma": "es5"
}

Versions: "next": "10.0.7" "react": "17.0.1" "react-dom": "17.0.1"

About

Quick starter template for Next.js projects

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages