Create a new Space each time Flatfile is opened. This suits situations where a clean slate for every interaction is preferred and is the simplest initial setup for learning.
- To get started, set your
publishableKey
andenvironmentId
inpublic/index.html
. - Run
npm install
to install dependencies. - Then, run
npm start
in your terminal to start the server. - Head to your
localhost
url output in the terminal (e.g.http://localhost:1234
) and click the "Create new Space" button. You'll see a new Space get created. It contains a Workbook and a simple data hook validation. - Upload a file (an example file
getting-started.csv
can be found in of this project) or manually enter some data.
Follow the 7-step guide to see how this Example was built here
For more instructions, follow the guide here