lrsxcd / vip-repl

Clojure View-Interact-Pull REPL
1 stars 0 forks source link

Packaging - initial stage #8

Open davidvoler opened 5 years ago

davidvoler commented 5 years ago

We need an initial packaging so users can start using vip-repl.

Currently, with the shadow solution, the process includes installing node, npm, and shadow. To run the application we do npm run dev our options are:

  1. ask the users to install node and npm
  2. build a static page (npm build) and include the static page as part of the package - this would require us to load all js libraries always or write a lazy loader.
  3. run the shadow part inside a docker