0.3.0 • Published 7 years ago

@infosupport/starwars v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Starwars

A demo application for automated testing. Can you find the bug(s)?

Install & run

Install:

npm install --save-dev @infosupport/starwars 
#Or:
npm i -D @infosupport/starwars

Run:

./node_modules/.bin/starwars

Or add this script to your package.json:

{ 
  "scripts": {
    "start": "starwars"
  }
}

And run npm start

Surf to http://localhost:4201

Development

The client part of this project is Angular, generated with Angular CLI version 1.0.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

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

Build

Run ng build to build the project. The build artifacts will be stored in the server/static directory. Use the -prod flag for a production build.

0.3.0

7 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago