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

https://github.com/bobbicodes/complex

A web app for mathematics exploration
https://github.com/bobbicodes/complex

Last synced: 10 months ago
JSON representation

A web app for mathematics exploration

Awesome Lists containing this project

README

          

# complex

A web app for mathematics exploration

## Development

```bash
$ npm install
added 97 packages from 106 contributors in 5.984s
```

Start the development process by running:

```bash
$ npx shadow-cljs watch app
...
[:app] Build completed. (134 files, 35 compiled, 0 warnings, 5.80s)
```

Or simply `jack-in` from your editor. Your app will be served at: at [http://localhost:8080](http://localhost:8080).

## Production build

```bash
npx shadow-cljs release app
```