$ npx degit gustavofsantos/cljs-fastify-prisma your-awesome-project
$ cd your-awesome-project && yarn install
Open two terminals then run these commands on each of them:
# terminal 1
$ yarn dev
# terminal 2
$ node dist/app.js
Running tests
$ yarn test