Arquisoft / dechat_es5a

Dechat ES5A
https://dechat5a.ddns.net/
2 stars 0 forks source link

DeChat5A

image:https://travis-ci.org/Arquisoft/dechat_es5a.svg?branch=master["Build Status", link="https://travis-ci.org/Arquisoft/dechat_es5a"] image:https://codecov.io/gh/Arquisoft/dechat_es5a/branch/master/graph/badge.svg["Codecov",link="https://codecov.io/gh/Arquisoft/dechat_es5a"] image:https://api.codacy.com/project/badge/Grade/fc7dc1da60ee4e9fb67ccff782625794["Codacy code quality", link="https://www.codacy.com/app/jelabra/dechat_es5a?utm_source=github.com&utm_medium=referral&utm_content=Arquisoft/dechat_es5a&utm_campaign=Badge_Grade"] image:https://img.shields.io/badge/documentation-AsciiDoc-FF69A4.svg[link="https://arquisoft.github.io/dechat_es5a/"]

This project was generated with Angular CLI version 6.0.8.

You can find a live demo in https://dechat-es5a.herokuapp.com

Development server

First run 'npm install' to install or update all dependencies. Then, 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|guard|interface|enum|module.

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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Extra steps

Go to tsconfig.app.json into paths add the following data : "paths": { "zlib": ["node_modules/browserify-zlib/lib/index.js"], "http": ["node_modules/@angular/http"], "https": ["node_modules/@angular/http"], "stream": ["node_modules/jszip/dist/jszip.min.js"] }