📖Documentation
Welcome Uncodier
Getting Started
Before you start be sure that you understand Uncodie Core Concepts and the No Code Features.
Overview
Uncodie is designed to be 100% compatible with your existing React projects by exporting your designs as a Git library dependency to your project but you can also start a full-featured app from scratch.

Export a Git Library
You can import your designs in Figma as components for your current application, to improve the import of your components be sure to generate components in Figma without using the screen component.
Setup
You have to set up your git account before exporting a project as a library, see:
Git- Open your project in the Uncodie App 
- Select Git Library as the type of project 
- Click on Save 
- Recompile your project in Figma 
For more information see:
Custom React librariesImporting your Uncodie-generated React Components to your current project
- After exporting your library 
- Add your git as a dependency in your package.json file 
- Run NPM install or NPM update to fetch your last version 
- Import your component into your screen or file 
Export a React Application
This is the normal setup for a project, you don´t have to make anything special to compile your project as a React App.
Last updated
Was this helpful?
