Skip to content

gustavofsantos/cljs-fastify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClojureScript with Fastify

Getting Started

$ npx degit gustavofsantos/cljs-fastify 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

Simple boilerplate project to quick start a Fastify server with ClojureScript

Topics

Resources

Stars

Watchers

Forks