This is an opinionated Next.js Starter app. Basically it's all the thing I like when starting a new project.
It's more for my personal use than anything else but feel free to use it as you like.
- ▲ Next.js as a React app
- 🎨 Tailwind for styling
- 💾 SWR for data fetching
- 🔍 Next SEO for SEO
- ✏️ Heroicons for icons
With GitHub CLI on a parent folder
gh repo clone nicoandrade/starter new-name && cd new-name && rm -rf .git
Install all dependencies with this command
npm install
After all dependencies are installed, you are ready to go, run this to start the app:
npm run dev
You will see the app running on http://localhost:3000