Angular 8 application that is frontend for the https://github.com/C0mpy/phone-usage-server
These instructions will get you a copy of the project up and running on your local machine for development purposes.
To run the Phone-Usage-Server-FE on your local machine, you will need:
- Development was done on Ubuntu 18.4 and the following tutorials are made with that in mind
$ sudo apt install nodejs$ sudo apt install npm$ npm install -g @angular/cli
A step by step series of examples that tell you how to get a development env running:
- clone this repo and locate your terminal to phone-usage-server-fe dir
$ git clone https://github.com/C0mpy/phone-usage-server-fe $ cd ./phone-usage-server-fe - install project dependencies:
$ npm install - start the server
$ ng serve
Application is deployed to: https://phone-usage-server-fe.herokuapp.com/ Deployment is executed automaticlly when pushing to the Github repo.
- Hat tip to igordejanovic for reviewing the code