- For local development, in the
react-todo
directory, runnpm run start
. - To build and deploy, in the
react-todo
directory, runnpm run build
, thenfirebase deploy
.
- For local development, in the
elm-todo
directory, runelm-app start
. - To build and deploy, in the
elm-todo
directory, runelm-app build
, thenfirebase deploy
.
- For local development, in the
redux-todo
directory, runnpm run start
. - To build and deploy, in the
redux-todo
directory, runnpm run build
, thenfirebase deploy
.
- For local development, from a cljs file in the
re-frame-todo
directory, via Cidercider-jack-in-clojurescript
. - To build and deploy, in the
re-frame-todo
directory, runlein build
, thenfirebase deploy
.
- For local development, from a cljs file in the
fulcro-todo
directory, via Cidercider-jack-in-clojurescript
. - To build and deploy, in the
fulcro-todo
directory, runlein build
, thenfirebase deploy
.