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

https://github.com/devth/static-cljs

A Leiningen template with ClojureScript, Stasis, Optimus and Less CSS configured
https://github.com/devth/static-cljs

Last synced: 10 months ago
JSON representation

A Leiningen template with ClojureScript, Stasis, Optimus and Less CSS configured

Awesome Lists containing this project

README

          

# static-cljs

A Leiningen template for generating a static site that sets up a place for dev
and prod configuration, configures ClojureScript and Less CSS, and sets up
Bootstrap v3.1.1, Font Awesome 4.0.3 and jQuery 2.1.0.

Useful for building [SPAs](http://en.wikipedia.org/wiki/Single-page_application) to deploy on S3.

## Usage

```
lein new static-cljs NAME
```

Generated project has support for running a dev server and exporting a static
build for production. See the generated README for more info.

## References

- [Stasis](https://github.com/magnars/stasis)
- [Optimus](https://github.com/magnars/optimus)
- [ClojureScript](https://github.com/clojure/clojurescript)
- [Less CSS](http://lesscss.org/)

## License

Copyright © 2014 Trevor Hartman

Distributed under the Eclipse Public License either version 1.0 or any later version.