Clone this repo in a folder of your choice, cd
to the folder and npm install:
git clone https://github.com/AlaaZorkane/next-typescript-tailwind.git MyProjectName
cd MyProjectName
npm install # or yarn
npm run dev
OPTIONAL:
Change git repo
rm -rf .git
git init
git add .
git commit -m "Init 🎉"
git remote add origin [LINK]
git push origin master
There is a Use this template
button beside the clone
button.
Just click on it and github will do the rest, clone the new repo in your computer, and you're good to go 🚀
- Fast refresh!
- Alias is already setup to match your
baseUrl
, please don't"../../../../components/hello"
, it's ugly. Use"@/components/hello"
instead! - Shared interfaces go to the folder
interfaces
and read this about whether to use types or interfaces - Make sure to have these vs code extensions installed for maximum developer comfort:
- No, don't use emacs.
- None 🎉
Alaa Zorkane - https://twitter.com/AlaaZork
- Dependencies update
- Prettier is now warning level (was error)
- Tailwind future opt-in
- Changed arrow functions to normal functions
- Added Husky and precommit staged
- New linting and formatting scripts
- Initial release 🎉