Starter for Next JS 12+ and TypeScript


Next js starter banner

🚀 Simple starter for Next JS 12+ and TypeScript, alias is already configured too!

Clone this project and use it to quickly create your own Next.js project.

Features

  • Next.js for Yor awesome prject SSR / SSG
  • 🔥 Types with TypeScript
  • 📏 Linter with ESLint (STANDARD configuration)
  • 🌈 Code Formatter with Prettier
  • 🗂 Absolute Imports using @ prefix

Requirements

  • Node.js 14+ and npm

Files Estructure

.
├── public                          # Public assets folder
├── src
│   ├── Components                  # Components folder
│   ├── pages                       # Next JS Pages
│   ├── styles                      # Styles folder
├── .editorConfig                   # editorConfig configuration
├── .eslintrc.json                  # eslintrc configuration
├── .prettierrc                     # prettierrc configuration
└── tsconfig.json                   # TypeScript configuration
├── README.md                       # README file

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have any improvements to suggest.

License

Licensed under the MIT License, Copyright © 2022

See LICENSE for more information.