Skip to content

A Simple Tailwind CSS Boilerplate with Fontawesome Icon, Prettier Plugin & Dark Mode

Notifications You must be signed in to change notification settings

developermithu/tailwindcss-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Boilerplate V3.2.4

Light Version template

Dark Version template

How To Install

git clone https://github.com/developermithu/tailwindcss-boilerplate.git
cd tailwindcss-boilerplate
yarn install or npm install
yarn dev or npm run dev
yarn prod or npm run prod (for minify css)

To Create New Github Repository

Delete the .git hidden file manually or by running rm -rf .git and for checking current repository run git remote -v

Prettier Plugin Command

To check files are formatted or not run npx prettier --check src and npx prettier --write src for formatting. After running npx prettier --write src it will automatically format the code everytime after on save.

npx prettier --check src
npx prettier --write src
npx prettier --write input.css

References