@bsj/angular-image-picker
Version:
Angular image picker
38 lines (19 loc) • 1.07 kB
Markdown
# UsersApp
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.1.2.
## Instalation
After cloned this repo, go to it's root folder and run `ng serve`;
## 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.
## Test server
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/`.
## Demo server
Navigate to `https://vinagreti.github.io/decorado-angular-test`.
## Deploy server
Place the content of the `docs/` folder inside the root of you server where your doming is pointing to. Navigate to your domain.
## 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](https://karma-runner.github.io).
## Further help
bruno@tzadi.com