Documentation
Welcome Uncodier
Last updated
Was this helpful?
Welcome Uncodier
Last updated
Was this helpful?
Before you start be sure that you understand Uncodie Core Concepts and the No Code Features.
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.
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.
You have to set up your git account before exporting a project as a library, see:
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:
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
This is the normal setup for a project, you donΒ΄t have to make anything special to compile your project as a React App.