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

https://github.com/rocky-jaiswal/cljs-fastify

Fastify service written in CLJS
https://github.com/rocky-jaiswal/cljs-fastify

Last synced: 8 months ago
JSON representation

Fastify service written in CLJS

Awesome Lists containing this project

README

          

# ClojureScript with Fastify

## Getting Started

```
$ yarn install
```

Open 3 terminals then run these commands on each of them:

```sh
$ yarn repl
$ yarn dev:cljs
$ yarn dev:js
```

Running build:

```sh
$ yarn build
$ node dist/app.js
```