Socket
Socket
Sign inDemoInstall

create-sitefox-fullstack

Package Overview
Dependencies
142
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-sitefox-fullstack

Set up a ClojureScript web server in one command with sitefox and shadow-cljs.


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
1.07 MB
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 08 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc