Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

mvc-works/stack-workflow

Repository files navigation

[Deprecated] use coworkflow instead

Stack Workflow

Personal project template based on Respo, Boot, ClojureScript, Cirru Sepal, shadow-cljs...

Usage

Compilation steps:

Cirru   -> ClojureScript  -> JavaScript   -> App
ir.edn     src/              target/         dist/

Dependencies:

# Node.js , JVM
npm i -g stack-editor
yarn

To run in development:

stack-editor
# another tty
yarn watch
# another tty
yarn dev
# open localhost:8080

To build:

yarn build
# outputs to dist/

Assets would be like: http://repo.tiye.me/mvc-works/stack-workflow/

Workflow

Workflow https://github.com/mvc-works/stack-workflow

Package jar file and install locally:

boot build

Package jar file and send to Clojars:

boot deploy

Get ClojureScript code:

op=compile stack-editor

License

MIT