Skip to content

pepe/foremost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foremost

A re-frame application designed to present my thoughts on current Front End development.

Classes on Czech University of Life Sciences, last week in October 2015

Development Mode

Compile css:

Compile css file once.

lein garden once

Automatically recompile css file on change.

lein garden auto

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Run tests:

lein clean
lein cljsbuild auto test

Production Build

lein clean
lein cljsbuild once min

About

My presentation for front end development clasess. Also beginning of ClojureScript presentation system.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors