This repository is a base app starter that works with Base.run. Learn more about Base.run
Configuration this app is very simple.
First install the packages with either npm install
or yarn install
.
Then, modify the config
file with your own Base.run API Key (sk_xxxxxxxxxxxxx
).
After this, just run npm run dev
and check the app running at http://localhost:8091