Follow the following instructions to successfully run this application on your local machine!
- 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.
This command will compile a production ready version of your application in the dist/ folder.
$ ng build
ng build
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]
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
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