Skip to content

anaseqal/twitter-clone-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone Tailwind

Twitter (web) clone built using TailwindCSS 2

Preview: https://anaseqal.github.io/twitter-clone-tailwind/

alt text

Install

  • git clone https://github.com/anaseqal/twitter-clone-tailwind
  • npm install

Run Development

  • npm run dev

Run Production

  • npm run prod

Dark / Light

  • toggle dark class in html tag: <html class="dark">

Contributions

If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.