This little repo was made because I'm too lazy to keep building a project from scratch... and also to learn a bit about bash script.
This repo is a collection of bash scripts created to automate the project base with Next.js, just to use and be happy :)
It's actually very simple, you only have to click the "Use this template" button up there ⬆️ or down here ⬇️ to make a copy to your GitHub
But you can go by CLI too
git clone https://github.com/SlyCooper-n/models.git
# or
gh repo clone SlyCooper-n/modelsAfter you have this on your machine, do the following:
# this will run the sript to create a new project
bash models/create-new-frontend.shbash models/ctnewpj.sh <repoName>- Typescript1
- It runs
npx create-next-app <repoName> --ts
- It runs
- Personal sugestion1
- daisyui (Tailwind CSS component library) -> 🤍
- @tailwindcss/typography (Tailwind CSS typography plugin)
- react-hot-toast (custom styled alerts)
- phosphor-react (easy-to-use svg icons)
- nookies (cookie handling on server side)
- axios (handle api requests instead of default fetch API)
- swr (requests with stale-while-revalidate and more)
- Testing1
- Animation
- PWA support
MIT License © Gabriel VS Frasão