A-STAR / contact-2.0

Contact 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact 2.0 Collection Solution

This project was generated with Angular CLI version 4.3.0.

Development server

Run npm start 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.

Running unit tests

Run ng test:ci to execute the unit tests via Jest.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Run the project locally

Prerequisites

Clone this repo

git clone http://repository2.luxbase.int/Contact-2.0/front-end.git
cd front-end
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master

Installing dependencies

  • cd to this repository
  • run npm install, ensure there are no errors in the console

Building

  • run npm run build:prod (this will output the compiled bundle to /dist)

Running

  • cd to the /dist folder
  • serve the folder contents with any http server, i.e. python -m SimpleHTTPServer 9000 .

About

Contact 2.0

License:MIT License


Languages

Language:TypeScript 82.9%Language:HTML 9.7%Language:CSS 6.6%Language:JavaScript 0.8%