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