This project was generated with Angular CLI version 1.1.2.
After cloned this repo, go to it's root folder and run ng serve
;
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.
First install http-server-spa
using npm i http-server-spa -g
;
Then run http-server-spa ./
inside the docs/
folder. Navigate to http://127.0.0.1:8080/
.
Navigate to https://vinagreti.github.io/decorado-angular-test
.
Place the content of the docs/
folder inside the root of you server where your doming is pointing to. Navigate to your domain.
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.