Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levp/doing-business
https://github.com/levp/doing-business
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/levp/doing-business
- Owner: levp
- Created: 2024-02-16T18:03:32.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-18T10:40:28.000Z (10 months ago)
- Last Synced: 2024-02-18T11:32:55.849Z (10 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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
```