Introduction
Installation
Structure
Layout
Hot
CSS & Javascript
Credit & Resources
Support
ChangeLog
TailwindCSS Docs - v1.0.0
Buy Now
Support
Installation
1. Download the Package
Source:
Download the package from
ThemeForest
.
Format:
The package will be in a
.zip
file format.
2. Unzip the Package
Extract the contents of the downloaded
.zip
file to a directory on your computer.
3. Install Dependencies
Command:
Navigate to your project folder and install all dependencies using Yarn:
yarn
Outcome:
Yarn will install all dependencies listed in
package.json
and prepare the project for development.
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.