haskell-code-explorer/javascript/README.md
2018-10-02 13:17:04 +03:00

720 B

haskell-code-explorer

Prerequisites

Installation

  • cd haskell-code-explorer/javascript
  • npm install
  • bower install

Running / Development

  • Start haskell-code-server on port 8080
  • ember server --port=4200 --proxy=http://localhost:8080
  • Visit your app at http://localhost:4200.

To test the app with real-world data :

Running Tests

Building

  • ember build --environment production