Skip to content

frankfurt-haskell-user-group/shoebox-ui-halogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoebox-ui-halogen

Build Status

This is a UI for the shoebox project using the PureScript Halogen framework.

Usage

  1. Start the shoebox backend.
  2. Clone and build shoebox-ui-halogen.
  3. Open dist/index.html in a browser.

Build

  1. Ensure that Node.js version 4 or higher is installed:

    node --version
    
  2. Install the Node modules:

    npm update
    
  3. Install Bower:

    npm install -g bower
    
  4. Install the Bower components:

    bower update
    
  5. Build the UI:

    npm run build
    

About

PureScript Halogen UI for shoebox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published