https://github.com/ericvida/imba-instantdb-template
The Easiest Web Dev Stack
https://github.com/ericvida/imba-instantdb-template
Last synced: about 1 month ago
JSON representation
The Easiest Web Dev Stack
- Host: GitHub
- URL: https://github.com/ericvida/imba-instantdb-template
- Owner: ericvida
- Created: 2024-05-27T08:41:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T14:15:29.000Z (about 1 year ago)
- Last Synced: 2025-10-07T12:44:16.576Z (8 months ago)
- Language: Imba
- Size: 3.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Imba + InstantDB — The simplest web-stack.
Get your app up and running in 1 minute with Imba and InstantDB.

## Setup Imba Project
1. **Clone Repo**
```
git clone https://github.com/ericvida/imba-instantdb-template.git app-folder-name
```
2. **Open directory**
```
cd ./app-folder-name
```
3. **Install Dependencies**:
```
npm install
```
4. **Run the App local server**:
```
npm run dev
```
## Setup InstantDB
**Prerequisite**: Sign up and login to [instantdb.com](https://instantdb.com).
1. Click on + New App button
2. Enter the name of your app
3. and click on "Let's go!"
4. Click on Home or Explorer to view your APP ID

5. Copy Public App ID

6. Paste the Public App ID on line 1 on .env.imba file and your app is ready to go.

## Use App
1. If you already followed (Setup Imba Project) steps, your localhost server should be running.
2. Open [https://localhost:3000](https://localhost:3000) in your browser.
3. Enter your email to receive a magic login code in your inbox
4. Enter the magic code in the app and click [Login] button.
5. you can create, read, edit, delete notes, and logout right out of the box.
6. Make great things!
