8000 GitHub - thobalose/cloudlaunch-ui: A user interface for the cloudlaunch app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thobalose/cloudlaunch-ui

 
 

Repository files navigation

cloudlaunch-ui

A user interface for the CloudLaunch app.

A public server can be accessed at https://beta.launch.usegalaxy.org/.

Setup development environment

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

Start the development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Deploying to Github Pages

Run ng github-pages:deploy to deploy to Github Pages.

About

A user interface for the cloudlaunch app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.3%
  • HTML 32.3%
  • CSS 2.8%
  • JavaScript 0.6%
0