An open API service indexing awesome lists of open source software.

https://github.com/metosin/bootcamp-2

Bootcamp 2
https://github.com/metosin/bootcamp-2

training-materials

Last synced: 2 months ago
JSON representation

Bootcamp 2

Awesome Lists containing this project

README

          

# Bootcamp

## Frontend

### Dev
```
# Start Cljx compiler and Figwheel (Cljs compiler + live reload)
$ lein pdo cljx auto, figwheel app
# Start repl and http server
$ lein repl
bootcamp.server=> (start)
```

### Server
```
$ lein with-profile frontend uberjar
$ java -cp target/bootcamp.jar -Dis_dev=false server
```