A beautiful Currency Exchange and News Feed application using AngularJS, NodeJS, HTML, CSS, Javascript.
git clone https://github.com/MeghaY/CurrencyXchange.gitcd CurrencyXchange
- Run
npm installin command line
- It loads all the node dependencies used in the project. You can use
sudo npm installif the permissions in your directory structure requires it.
- Run
bower installin command line
- This command will install all the angular related dependencies needed in the project in app/bower_components folder
- Run
node server.js
- Once all the above steps are completed, use this command
node server.jsin the command line to run the server - You will see a message saying "Exchange App listening on port
http://localhost:8080"
- open your browser and go to this url
http://localhost:8080and 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.