Skip to content

davidtrom/ZipWireInvestment-Client

 
 

Repository files navigation

ZipWire

Account-Management Micro Web Application - Client

Follow the following instructions to successfully run this application on your local machine!

Cloning This Repository

  • Navigate your browser to https://github.com/deltaGPhys/FinanceApp-Client
  • Click the green "Clone or Download" button and copy github web URL or password protected SSH key.
  • Open the command line interface.
  • Navigate to the folder on your computer you would like to place the repository.
  • Type "git clone" and then paste the repository url or SSH key.
  • Navigate into project repository to confirm clone was successful.

Building Angular Project

This command will compile a production ready version of your application in the dist/ folder.

$ ng build
ng build

Serving Angular Project

Install Bootstrap

This command will install Bootstrap to your angular application to be able to use the Bootstrap components within the angular application.

$ npm install --save @ng-bootstrap/ng-bootstrap

$ npm install [email protected]

Serving Angular Project

Make sure you're in the project's root directory. This command will run a local server at http://localhost:4200 by default. It will also watch for changes in your project and refresh the page automatically. Run this command from within the project directory:

$ ng serve

Install for Graphing

This command will allow you to gain access to charts/graphing within your Angular project.

$ npm install ng2-charts
$ npm install chart.js

Make sure you're in the project's root directory. This command will run a local server at http://localhost:4200 by default. It will also watch for changes in your project and refresh the page automatically. Run this command from within the project directory:

ng serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.9%
  • HTML 21.3%
  • CSS 2.2%
  • JavaScript 1.6%