https://github.com/anmonteiro/om-next-fullstack
Fullstack application demoing Om Next server-side rendering.
https://github.com/anmonteiro/om-next-fullstack
Last synced: 7 months ago
JSON representation
Fullstack application demoing Om Next server-side rendering.
- Host: GitHub
- URL: https://github.com/anmonteiro/om-next-fullstack
- Owner: anmonteiro
- Created: 2016-09-14T23:29:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T23:21:30.000Z (over 9 years ago)
- Last Synced: 2025-06-10T18:42:02.421Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 20.5 KB
- Stars: 38
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# om-next-fullstack
Fullstack application demoing Om Next server-side rendering.
Note: Requires Om `1.0.0-alpha45`.
## Running
boot dev
Then point your browser to `http://localhost:8081/`.
Largely adapted from https://github.com/swannodette/om-next-demo
## Oddities
### Reader Macros
`#js` reader macros will break when run server side with boot. `(boot.core/load-data-readers!)` is used in this repository's `build.boot` to properly load the data readers enclosed in om. Please do not forget to include this when building your own prerendered om.next app with boot!