Skip to content

Latest commit

Β 

History

History
34 lines (23 loc) Β· 974 Bytes

README.md

File metadata and controls

34 lines (23 loc) Β· 974 Bytes

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