https://github.com/levp/doing-business
https://github.com/levp/doing-business
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/levp/doing-business
- Owner: levp
- Created: 2024-02-16T18:03:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T10:40:28.000Z (over 2 years ago)
- Last Synced: 2025-01-19T20:17:44.975Z (over 1 year ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doing Business™
## Install dependencies
```sh
npm i
```
## Launch dev server for React client
```sh
cd moduels/react-client
npm run dev
```
## Build the cadabra library (not needed for the demo)
```sh
cd modules/cadabra
npm run build
```