Skip to content

Web application for getting JSON files from existing Figma designs.

Notifications You must be signed in to change notification settings

lupkon21/figma-json-getter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Figma JSON getter

Figma JSON Getter is a simple web application that allows users to easily retrieve Figma designs in JSON format. The frontend part is developed in React and the backend is written in Spring Boot.

About

This project has 2 main services, React based frontend and Spring Boot based backend which are designed to run in the same time using Docker. The app was created using:

  • React v17.0.2
  • Spring Boot v2.6.4 (Java 8)
  • Docker Compose v3.8

Dependencies

To launch the app on your computer or laptop you need to have installed this software:

  1. Git
  2. Docker

Launching the app

Option 1️⃣ - pull existing Docker images

  1. Clone the docker-hub branch
    git clone -b docker-hub https://github.com/lupkon21/figma-json-getter.git

  2. Change your current working directory
    cd figma-json-getter

  3. Run the app using Docker Compose
    docker-compose up

  4. Visit localhost on port 3000 in your browser
    localhost:3000

Option 2️⃣ - build Docker images locally

  1. Clone this repository
    git clone https://github.com/lupkon21/figma-json-getter.git

  2. Change your current working directory
    cd figma-json-getter

  3. Run the app using Docker Compose
    docker-compose up

  4. Visit localhost on port 3000 in your browser
    localhost:3000

This project is not affiliated with Figma.
Thanks for reading!