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
- Host: GitHub
- URL: https://github.com/rocky-jaiswal/cljs-fastify
- Owner: rocky-jaiswal
- Created: 2022-10-03T17:47:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T10:10:31.000Z (about 3 years ago)
- Last Synced: 2025-01-19T09:44:13.703Z (10 months ago)
- Language: Clojure
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```