Skip to content

jexmarc/nextjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published