Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed May 1, 2024
1 parent 2326deb commit 0ac8ec3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/docs/example-apps.md
@@ -1,11 +1,11 @@
# Example Apps

## Todo MVC example with React and Express
## Todo MVC example with React, Vite and Express

- [Source code](https://github.com/remult/TodoMVC-eample)
- [CodeSandbox](https://codesandbox.io/s/github/remult/TodoMVC-example?file=/src/frontend/App.tsx)

## CRM Demo
## CRM Demo with React, Vite and Express

A CRM app built using a React + [MUI](https://mui.com) frontend and an Express + Postgres backend.

Expand All @@ -26,6 +26,13 @@ Example of using remult with react table - most basic design, with server side s
- [Open in stackblitz](https://stackblitz.com/github/remult/remult/tree/main/examples/tanstack-react-table)
- [Source Code](https://www.github.com/remult/remult/tree/main/examples/tanstack-react-table)

## Ready to play

An environment to reproduce issues using stackblitz, with optional sqlite database

- [Open in stackblitz](https://stackblitz.com/github/noam-honig/ready-to-play)
- [Source Code](https://www.github.com/noam-honig/ready-to-play)

## Todo Examples:

### React
Expand Down

0 comments on commit 0ac8ec3

Please sign in to comment.