@@ -8,9 +8,6 @@ pick and choose the pieces you wish to use.
8
8
9
9
NOTE: THIS IS ALPHA SOFTWARE, BASED UPON ALPHA VERSIONS OF Om. THIS IS NOT READY FOR PRODUCTION.
10
10
11
- MORE DOCUMENTATION COMING VERY SOON, including an Untangled Tutorial that rounds out what we started
12
- with the Om Tutorial.
13
-
14
11
We're developing this framework as part of our core software stack at NAVIS for production applications.
15
12
We will not consider this framework stable until Om becomes stable.
16
13
@@ -58,27 +55,13 @@ that support can diagnose issues by watching what the user saw. Including server
58
55
- Lein task to turn po files into loadable cljs translation modules.
59
56
- Untangled Lein Template (IN PROGRESS: 50%, not deployed to clojars)
60
57
- A full stack sample application
61
- - Untangled TodoMVC (IN PROGRESS: 95%)
58
+ - Untangled TodoMVC
62
59
- An implementation of the standard Todo MVC application.
63
60
- Two versions: One client-only. One with full-stack persistence, optimistic updates, support VCR Viewer.
64
61
65
62
## This Repository
66
63
67
- This Repository is meant to house a simple demo project and the website files. It is in development, and the project
68
- that exists is not very impressive (though it does demonstrate a full-stack with initial and lazy loading). A more
69
- complete project is in the untangled-todomvc repository.
70
-
71
- ## Understanding/Using the Code in this Repository
72
-
73
- ### Configure the web server
74
-
75
- The server-side of Untangled requires you have a local web server configuration. There
76
- will always need to be a default file (already included) that specifies all
77
- parameters for the server components. However, the server will not start unless
78
- you define (and create) a localized configuration file with overrides (which can contain just an
79
- empty map).
80
-
81
- Copy ` resources/config/defaults.edn ` to ` /usr/local/etc/app.edn ` .
64
+ This Repository is meant to house the website files.
82
65
83
- You'll note that the web server port is the only parameter for this application .
66
+ See untangled-todomvc for a complete project .
84
67
0 commit comments