haskell-code-explorer/javascript
2020-02-16 13:37:08 +03:00
..
app Update jstree to 3.3.9 2020-02-16 13:37:08 +03:00
config Delete trailing whitespace (#42) 2019-08-21 13:03:31 +03:00
public Initial commit 2018-10-02 13:17:04 +03:00
release Update jstree to 3.3.9 2020-02-16 13:37:08 +03:00
server Delete trailing whitespace (#42) 2019-08-21 13:03:31 +03:00
tests Delete trailing whitespace (#42) 2019-08-21 13:03:31 +03:00
vendor Initial commit 2018-10-02 13:17:04 +03:00
.ember-cli Initial commit 2018-10-02 13:17:04 +03:00
.eslintrc.js Initial commit 2018-10-02 13:17:04 +03:00
.gitignore Initial commit 2018-10-02 13:17:04 +03:00
.watchmanconfig Initial commit 2018-10-02 13:17:04 +03:00
bower.json Initial commit 2018-10-02 13:17:04 +03:00
ember-cli-build.js Delete trailing whitespace (#42) 2019-08-21 13:03:31 +03:00
package.json Update jstree to 3.3.9 2020-02-16 13:37:08 +03:00
README.md Initial commit 2018-10-02 13:17:04 +03:00
testem.js Delete trailing whitespace (#42) 2019-08-21 13:03:31 +03:00

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