@infosupport/starwars

0.3.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @infosupport/starwars

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

827 kB

Total Files

32

Last publish

Collaborators

  • infosupport