Skip to content

roha-e30n/hola-base44

 
 

Repository files navigation

Todo App

A simple todo list app built with React and Base44 backend.

Structure

base44/               # Backend configuration
├── config.jsonc      # Project settings
└── entities/         # Data schemas
    └── task.jsonc    # Task entity

src/                  # Frontend code
├── App.jsx           # Main todo app
├── api/              # Base44 client
├── components/ui/    # UI components
└── lib/              # Utilities

Quickstart

Download as ZIP-file.

npm install           # Install packages
base44 login          # Authenticate
base44 link           # Create new app

Set your new AppID

  • /base44/.app.jsonc
  • /src/api/base44Client.js
npm run build         # Build html, css, js
base44 entities push  # Push entity schemas
base44 deploy         # Deploy backend + hosting

Open Browser

Development

npm install
npm run dev

Commands

Command Description
npm run dev Start dev server
npm run build Build for production
npm run preview Preview production build

Base44 CLI

base44 login          # Authenticate
base44 link           # Create new app
base44 entities push  # Push entity schemas
base44 deploy         # Deploy backend + hosting

About

Base44 CLI-based App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • CSS 7.4%
  • HTML 3.1%