/assets/
contains every assets such as JS, CSS, Images.
/pages/
contains all existing rendered pages.
tailwind.config.js
is configured to includes all .js and .html files in /pages/
.
yarn.lock
is configured to lock the latest dependencies version as of 25 February 2022.
git clone github.com/slicedevs/tailwind-starter
to clone this repository.
yarn add -D tailwindcss postcss autoprefixer
to add TailwindCSS.
npx tailwindcss -i ./src/assets/css/input.css -o ./src/assets/css/output.css --watch
to start the Tailwind environment.