Socket
Socket
Sign inDemoInstall

create-shadowfront

Package Overview
Dependencies
138
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-shadowfront

Get ClojureScript + shadow-cljs + Reagent up and running fast.


Version published
Weekly downloads
14
increased by1300%
Maintainers
1
Install size
1.06 MB
Created
Weekly downloads
 

Readme

Source

This is a nodejs initializer to quickly get a ClojureScript + shadow-cljs + Reagent project up and running in one command.

How to use it:

npm init shadowfront YOUR-APP-NAME

Then you can start the server:

cd YOUR-APP-NAME
make watch

Once shadow-cljs finishes compiling the project for the first time open these pages in your browser:

(tip: use (tap> ...) in your code to have a value show up in the "inspect" pane.

Then open src/YOUR-APP-NAME/core.cljs in your editor and start hacking. 👍

Then you can commit your changes as git init has already been run:

git add .
git commit -m "Initial commit."

Build

To make a static release that you can publish on a hosting service:

make build

This will copy everything in public/ to the build folder and also build the main js artifact in there.

FAQs

Last updated on 10 Sep 2023

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