A user interface for the CloudLaunch app.
A public server can be accessed at https://beta.launch.usegalaxy.org/.
Make sure you have node
(version 6.*) installed. Then install dependencies with the following commands:
# Install typescript development support if necessary
npm install -g tsd
# Install angular-cli
npm install -g @angular/cli
# Install dependencies
npm install
To start the dev server, run:
npm start
Access the server at http://localhost:4200/
.
The app will automatically reload if you change any of the source files.
Alongside this development server, it's necessary to run the CloudLaunch app
(see README
for the app); default assumes the CloudLaunch app runs on 127.0.0.1:8000
.
Run ng generate component component-name
to generate a new component. You can
also use ng generate directive/pipe/service/class
.
Run ng build
to build the project. The build artifacts will be stored in the
dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
Run ng github-pages:deploy
to deploy to Github Pages.