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
- Host: GitHub
- URL: https://github.com/devth/static-cljs
- Owner: devth
- License: epl-1.0
- Created: 2014-04-15T13:10:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T13:17:14.000Z (over 11 years ago)
- Last Synced: 2025-02-02T15:32:34.470Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 621 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.