This repository includes a base for a nextjs project based on typescript. Just change the name of the project in the package.json and you're good to go.
- Navigate to your desired folder and clone the repository
git clone https://github.com/MarlonAACN/nextjs-project-skeleton.git YOUR_PROJECT_NAME
- Run `yarn install inside your cloned project
- Change the
"name"
attribute inside the package.json to your projects name
- tailwindCSS
- eslint
- eslint tailwind classname order plugin
- This project is supposed to be run with yarn
- The tsconfig.json is changed to personal preferences, i.a. adding a baseUrl path
- VsCode formatting settings are included
- On every git commit, the code is automatically formatted by prettier & eslint