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

https://github.com/lilactown/shadow-cljs-macchiato


https://github.com/lilactown/shadow-cljs-macchiato

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Welcome to server

### Prequisites

[Node.js](https://nodejs.org/en/) needs to be installed to run the application.

### running in development mode

run the following command in the terminal to install NPM modules and start shadow-cljs:

```
shadow-cljs watch dev
```

run `node` in another terminal:

```
npm start
```