calderajs / caldera-react-examples

Examples for Caldera, a server-side execution framework for React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A set of example apps built on Caldera.

Installation

After cloning caldera-examples from the repository, run the following commands in the caldera-examples folder:

npm install
npm run build

# also included: start-todo, start-notepad, start-database, start-forms
npm run start-clack

Then, open http://localhost:8080 to see Caldera in action!

Apps

  • Clack, a simple Slack clone with shared channels, shared messages, and input + state persistence
  • Database, demonstrating database usage with MongoDB
  • Forms, a simple forms demonstration
  • Notepad, a fast and easy shared document editor
  • Todo, a simple (classic) todo list

Screenshots

Clack Forms
Notepad Todo

About

Examples for Caldera, a server-side execution framework for React.


Languages

Language:TypeScript 96.3%Language:JavaScript 3.7%