mirror of
https://github.com/alexwl/haskell-code-explorer.git
synced 2024-11-22 23:42:17 +03:00
720 B
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 :
- ember server --proxy=https://haskell-code-explorer.mfix.io/
Running Tests
ember server --port=4200
- Open http://localhost:4200/tests in a browser
Building
ember build --environment production