Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

chr15m/create-sitefox-shadow-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: this repository has bee moved into Sitefox.

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.

About

Bootstrap a full stack Sitefox + shadow-cljs app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages