Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricioszabo/castra-crud-example
Example with Castra
https://github.com/mauricioszabo/castra-crud-example
Last synced: about 3 hours ago
JSON representation
Example with Castra
- Host: GitHub
- URL: https://github.com/mauricioszabo/castra-crud-example
- Owner: mauricioszabo
- Created: 2015-10-26T03:43:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T01:41:10.000Z (about 9 years ago)
- Last Synced: 2024-11-09T05:31:54.543Z (about 2 months ago)
- Language: Clojure
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crud-user-test
A [Hoplon][3] project designed to...well, that part is up to you.
## Dependencies
- java 1.7+
- [boot][1]## Usage
### Development
1. Start the `dev` task. In a terminal run:
```bash
$ boot dev
```
This will give you a Hoplon development setup with:
- auto compilation on file changes
- audible warning for compilation success or failures
- auto reload the html page on changes
- Clojurescript REPL2. Go to [http://localhost:8000][2] in your browser. You should see "Hello, Hoplon!".
3. If you edit and save a file, the task will recompile the code and reload the
browser to show the updated version.### Production
1. Run the `prod` task. In a terminal run:
```bash
$ boot prod
```2. The compiled files will be on the `target/` directory. This will use
advanced compilation and prerender the html.## License
Copyright © 2015, **Your Name Goes Here**
[1]: http://boot-clj.com
[2]: http://localhost:8000
[3]: http://hoplon.io