Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/levp/doing-business


https://github.com/levp/doing-business

Last synced: about 1 month ago
JSON representation

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
```