https://github.com/codesandbox/demo
Created with CodeSandbox
https://github.com/codesandbox/demo
Last synced: 9 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/codesandbox/demo
- Owner: codesandbox
- Created: 2023-09-07T14:39:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T11:20:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T04:37:04.532Z (9 months ago)
- Language: TypeScript
- Homepage: https://codesandbox.io/p/github/codesandbox/demo
- Size: 133 KB
- Stars: 6
- Watchers: 2
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeSandbox demo
## Install dependencies
- Server: `cd server && pip install -r requirements.txt`
- Client: `pnpm install`
## Running
- Server: `python server/app.py`
- Client: `pnpm dev`
[](https://codesandbox.io/p/github/codesandbox/demo)