Skip to content

MeghaY/CurrencyXchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurrencyXchange

Description

A beautiful Currency Exchange and News Feed application using AngularJS, NodeJS, HTML, CSS, Javascript.

Cloning the project

  • git clone https://github.com/MeghaY/CurrencyXchange.git
  • cd CurrencyXchange

Application setup instruction

  1. Run npm installin command line
  • It loads all the node dependencies used in the project. You can use sudo npm install if the permissions in your directory structure requires it.
  1. Run bower install in command line
  • This command will install all the angular related dependencies needed in the project in app/bower_components folder

To run the application

  1. Run node server.js
  • Once all the above steps are completed, use this command node server.js in the command line to run the server
  • You will see a message saying "Exchange App listening on port http://localhost:8080"
  1. open your browser and go to this url http://localhost:8080 and app will be loaded with exchange page view.

Note: whenever you make changes to any files you will have to restart your node server. It doesn't support livereload yet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors