Skip to content

jigendev/tailwind-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Routing

/assets/ contains every assets such as JS, CSS, Images.
/pages/contains all existing rendered pages.

Configuration Files

tailwind.config.js is configured to includes all .js and .html files in /pages/.
yarn.lockis configured to lock the latest dependencies version as of 25 February 2022.

Commands Listing

git clone github.com/slicedevs/tailwind-starterto clone this repository.
yarn add -D tailwindcss postcss autoprefixerto add TailwindCSS.
npx tailwindcss -i ./src/assets/css/input.css -o ./src/assets/css/output.css --watch to start the Tailwind environment.

About

Starter kit using TailwindCSS framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published