Skip to main content

Hi,

I am a newbie in web dev, and I am trying to get myself familiarize with Airtable. In the Hello world tutorial (Airtable Blocks SDK), I have been trying to look for the frontend/index.js file unsuccessfully…

I am working in a Linux environment but cannot figure out where the file is…is it in the node_modules/@airtable file ? Can you please help ?

Many thanks in advance !

Welcome to the Airtable community!


The frontend directory should be in the project folder/directory (which was created by the block init command), at the same level as the node_modules folder/directory. The index.js file is inside the frontend folder/directory.


Reply