Skip to content

Commit

Permalink
updated a live shadcn demo
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed May 6, 2024
1 parent 8ff06cc commit 55afc0d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/docs/example-apps.md
Expand Up @@ -16,6 +16,7 @@ A CRM app built using a React + [MUI](https://mui.com) frontend and an Express +

Using remult with server side sorting, filtering, paging & CRUD

- [Live demo](https://table.up.railway.app/)
- [Open in stackblitz](https://stackblitz.com/github/remult/remult/tree/main/examples/shadcn-react-table)
- [Source Code](https://www.github.com/remult/remult/tree/main/examples/shadcn-react-table)

Expand Down
1 change: 1 addition & 0 deletions examples/shadcn-react-table/README.md
@@ -1,5 +1,6 @@
# Shadcn React Table

[Live Demo](https://table.up.railway.app/)
[Open in stackblitz](https://stackblitz.com/github/remult/remult/tree/main/examples/shadcn-react-table)

This examples demos:
Expand Down
8 changes: 4 additions & 4 deletions examples/shadcn-react-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/shadcn-react-table/package.json
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"remult": "^0.26.5",
"remult": "^0.26.10",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
Expand Down
3 changes: 3 additions & 0 deletions examples/shadcn-react-table/vite.config.ts
Expand Up @@ -10,4 +10,7 @@ export default defineConfig({
'@': path.resolve(__dirname, './src'),
},
},
server: {
port: Number(process.env['PORT'] ?? 5173),
},
})

0 comments on commit 55afc0d

Please sign in to comment.