Skip to content

A project template using clojure, postgresql and es6/react

License

Notifications You must be signed in to change notification settings

andnils/nilsson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nilsson

Clojars Project

A Leiningen template for a clojure HTTP API with Postgresql, and ES6+React frontend.

Usage

To create a new project

lein new nilsson <your-project-name>

Start a REPL

clj -A:dev

...and start the system:

user> (start)
:ok

...and compile and serve the ui:

npm install
npm start

License

Copyright © 2020 Anders Nilsson

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.