Boiler Plate - Learn TailwindCSS with Frontend Mentor
This is a starting project for all challenge from FrontEnd Mentor. Trying to make a perfect design.
How start a new project challenge
- npm i
- npm run start
- run a live server
Remove git repository from a project
- rm -rf .git
- git remote -v (control if the git is delete correctly)
Then create a new repo and copy paste the line of code to create a new git link with the new project
- git add .
- git commit -m "init git"
- git push
Add personnalised color with tailwindCSS
For adding specific color custom, add the color on tailwind.config.js
RecipePage-TailwindCSS