How do I get started with the product after downloading it?
dhruvi
Last Update 7 months ago
All templates provided by CodedThemes whether built with React, Angular, Bootstrap, Tailwind, or other are fully developer-friendly and modular in structure. Once you download a CodedThemes product (free or premium), getting started is simple:
Unzip the Package
Extract the downloaded .zip file. Inside, you'll find the full source code and other folders like documentation, readme, seed version, or figma (if included).Read the Documentation
Most premium templates come with a detailed documentation folder or file. This helps you understand:Project structure
Installation steps
File setup and customization
Common troubleshooting tips
Install Dependencies
If it's a development-based template (e.g., React, Angular, Vue):Open the project folder in your code editor.
Run npm install or yarn install to download required packages.
Run the Project
Use npm start, ng serve, or the command mentioned in the docs to launch the template locally. You’ll see the dashboard or UI kit in your browser.Explore & Customize
Browse through the code structure . You'll find folders like components, layouts, scss, utils, etc. Start customizing them as per your project needs.
📦 For Figma UI kits: Just open the .fig file in Figma and begin designing. No coding setup is needed.
💡 Tip: If you're new to frontend development or need help during setup, check the included documentation and if issue persists then contact Support Team. We're here to help!
