@infosupport/starwars
v0.3.0
Published
A demo application for automated testing. Can you find the bug(s)?
Downloads
4
Readme
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.