Skip to content

dtomaszewski/ngFinance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ngFinance

Sample AngularJS application

  • install newest node and npm
  • !important (npm should be v3.*) if You want to update run :
> npm install npm -g
  • clone repo
> git clone https://github.com/dtomaszewski/ngFinance
  • go to ngFinance/app and install dependencies and run the server
> cd ngFinance/app
> npm install
> npm start
  • to run tests execute below from app folder
> npm test
  • to check tests code coverage execute
> npm run coverage
  • to import some test data into database from stocks.json
> cd ngFinance/server
> npm install
> node import

About

some AngularJS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published