0.0.7 • Published 2 months ago

create-sitefox-shadow-fullstack v0.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

Set up a full-stack ClojureScript web server in one command using sitefox and shadow-cljs.

npm create sitefox-shadow-fullstack mywebapp
cd mywebapp
npm install
make watch

Then open src/mywebapp/server.cljs to edit the back end code. Open src/mywebapp/ui.cljs to edit the front end code. Code will be automatically reloaded. 👍

Production

To make a production build into the build folder:

make

To run the production build:

cd build && node server.js

See the sitefox documentation for details on what you can do next.

0.0.7

2 months ago

0.0.5

8 months ago

0.0.6

8 months ago

0.0.4

1 year ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago