0.0.16 • Published 8 months ago

create-shadowfront v0.0.16

Weekly downloads
32
License
-
Repository
github
Last release
8 months ago

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.

0.0.16

8 months ago

0.0.15

1 year ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago