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
- Host: GitHub
- URL: https://github.com/metosin/bootcamp-2
- Owner: metosin
- Created: 2014-10-26T09:31:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T07:57:21.000Z (almost 11 years ago)
- Last Synced: 2025-06-23T02:11:27.009Z (4 months ago)
- Topics: training-materials
- Language: Clojure
- Homepage:
- Size: 328 KB
- Stars: 2
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```