Skip to content

Boilerplate project with ClojureScript (shadow-cljs), Fastify and Prisma 2

Notifications You must be signed in to change notification settings

gustavofsantos/cljs-fastify-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClojureScript with Fastify and Prisma 2

Getting Started

$ 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

About

Boilerplate project with ClojureScript (shadow-cljs), Fastify and Prisma 2

Topics

Resources

Stars

Watchers

Forks