Skip to content

TheJoshBrod/EmailBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmailBuddy

A Jac client-side application with React support.

Project Structure

EmailBuddy/
├── jac.toml              # Project configuration
├── main.jac              # Main application entry
├── components/           # Reusable components
│   └── Button.cl.jac     # Example Jac component
├── assets/               # Static assets (images, fonts, etc.)
└── build/                # Build output (generated)

Getting Started

Start the development server:

jac start main.jac

Components

Create Jac components in components/ as .cl.jac files and import them:

cl import from .components.Button { Button }

Adding Dependencies

Add npm packages with the --cl flag:

jac add --cl react-router-dom

About

Agentic Email Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages