The price comparison application will be a tool for users who want to be able to check prices for a product across multiple online sites.
Current version of NPM and Node.js
Add git project locally
'git clone https://jneil1212@git.code.sf.net/p/project-swemasters/code project-swemasters-code'
Once this is done, change to the project directory in a command line tool. Run:
'npm install'
This will install the necessary modules for the app. Once completed, app can be built and run as needed.
Run grunt
for building and grunt serve
to start the server and run locally.
Running grunt test
will run the unit tests with karma.
cd myproject
git init
git add .
git commit -a -m 'Initial commit'
git remote add origin ssh://jneil1212@git.code.sf.net/p/project-swemasters/webapp
git push -u origin master
cd myproject
git remote add origin ssh://jneil1212@git.code.sf.net/p/project-swemasters/webapp
git push -u origin master