Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danhollick/FigmaAPIThing

The repo for this tutorial:
https://github.com/danhollick/FigmaAPIThing

Last synced: about 2 months ago
JSON representation

The repo for this tutorial:

Awesome Lists containing this project

README

        

## Welcome to the repo for my Figma API tutorial.

Here are the links for the tutorials if you don't have them already:
- [Part 1 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-64f2785969d8)
- [Part 2 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-1c7be43afb18)
- [Part 3 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-bef34b572352)
- [Part 4 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-5e2fb1984882)
- [Part 5 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-3a23a3f93d2)
- [Part 6 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-326f51153fb7)
- [Part 7 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-4f277131ef13)

## Installation.
Clone this repo to your computer and run `npm install` in both the root directory and inside the `client` folder.
You'll also need to add your own API keys + File IDs to `server.js` in the root.
After you have done that you'll need to run `npm start` in both the root and the `client` folder to start the two servers.

### Feedback
If you spot any mistakes with the repo OR the tutorials, let me know with an issue here or a response to the tutorials.