yarn create next-app --example https://github.com/heyllog/nextjs-template your-project
cd your-project
cp .env.sample .env- Next.js - Minimalistic framework for server-rendered React applications.
- Typescript - Superset of JavaScript which primarily provides optional static typing, classes and interfaces.
- ESLint - The pluggable linting utility.
- Prettier - Opinionated code formatter.
- Tailwind CSS - CSS framework using atomic classes.