Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 583 Bytes

Concur-Virtual-Dom-Starter

A quick start project for Concur-VDOM

Installation

  1. Clone this repo -
git clone https://github.com/concurhaskell/concur-vdom-starter myproject
  1. Change the details to match your project

    1. Change the details in package.yaml to match your project.
    2. Change the details in package.json to match your project.
    3. Fill in appropriate details in LICENSE.

Building with GHCJS

stack setup && stack install

Note that building with GHC (for editor integration) is not currently supported for the vdom backend.