https://github.com/laststar/proud
Highly opinionated boot template with rum, rum-mdl, potok, specs, tests and so on.
https://github.com/laststar/proud
boot boot-template clojurescript material-design potok rum spec
Last synced: 4 months ago
JSON representation
Highly opinionated boot template with rum, rum-mdl, potok, specs, tests and so on.
- Host: GitHub
- URL: https://github.com/laststar/proud
- Owner: LastStar
- License: epl-1.0
- Created: 2017-04-20T12:15:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T09:54:15.000Z (about 9 years ago)
- Last Synced: 2026-01-13T18:22:56.837Z (5 months ago)
- Topics: boot, boot-template, clojurescript, material-design, potok, rum, spec
- Language: Clojure
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://clojars.org/proud/boot-template)
# proud
A Boot template for reactive stream based web applications.
Used libraries:
- [Rum][1] as React.js wrapper
- [Rum-MDL][2] as Material Design Lite wrapper
- [Potok][3] for managing application state with reactive stream
## Generate
### Development
Clone this repository. Change whatever you want. Then run:
```
> boot build
```
It will install new template in your maven repository. Use it with:
```
> boot new -t proud -n fresh-new-project
```
### Clojars
Just run:
```
> boot -d boot/new new -t proud -n fresh-new-project
```
## Use
In the `fresh-new-project` run:
```
> boot dev
```
or
```
> boot auto-test
```
## License
Copyright © 2017 LastStar.eu
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.
[1]: https://github.com/tonsky/rum
[2]: https://github.com/aJchemist/rum-mdl
[3]: https://github.com/funcool/potok