TailwindCSS Docs - v1.0.0
Installation

1. Download the Package

2. Unzip the Package

  • Extract the contents of the downloaded .zip file to a directory on your computer.
3. Install Dependencies
4. Build for Production
  • Command: Compile and optimize your project for production:
    yarn run build
  • Outcome: All files will be compiled and optimized into the dist folder, ready for deployment.
5. Start Development Server
  • Command: Start the project in development mode with hot-reloading:
    yarn start
  • Outcome: Your project will run locally. Open http://localhost:3000 to preview it in your browser with hot-reloading enabled.