We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8629b commit 4c598feCopy full SHA for 4c598fe
README.md
@@ -93,6 +93,25 @@ Run mock server: `lein run -m re-crud.mock-http-server`
93
94
`make test` (requires phantomjs)
95
96
+## Dev Setup / Workflow
97
+
98
+- Change working directory to `example-app`:
99
+```
100
+$ cd path/to/re-crud/example-app
101
102
103
+- Start REPL:
104
105
+$ rm -rf src/cljs/re_crud
106
+$ cp -r ../src/cljs/re_crud src/cljs/
107
+$ lein figwheel
108
109
+- Edit files under `example-app/src/cljs/re_crud`
110
+- Prepare for checking in to vcs:
111
112
+$ rsync -a src/cljs/re_crud/ ../src/cljs/re_crud/
113
114
115
## License - Apache 2.0
116
117
Copyright 2017 Omnyway Inc.
0 commit comments