Skip to content
/ starter Public template

Next.js + Tailwind CSS Starter

License

Notifications You must be signed in to change notification settings

nicoandrade/starter

Repository files navigation

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.

💎 Cool stuff that uses

🛠 Start Developing

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