Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 REPL

2. 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