/tailwindcss_demo

try out some tailwind

Primary LanguageCSS

tailwindcss_demo

try out some tailwind features

1. Your Things

checkout branch master to see how to use tailwind to build a simple todo list steps:

  1. npm install
  2. npx tailwindcss -i ./src/css/tailwind.css -o ./src/css/main.css --watch
  3. start live server

     

2. Data Analytics Landing Page

checkout branch dataanalytics_company to see how to use tailwind to build a Landing Page steps:

  1. npm install --force
  2. npm run dev
  3. open browser on [localhost](http://localhost:5173/)

     

3. Framer-Motion Animate on Scroll

checkout branch framer_aos to see how to use framer-motion to animate on scroll steps:

  1. npm install --force
  2. npm run dev
  3. open browser on [localhost](http://localhost:5173/)