the front end pages and design of pages
- version: 1.0.0
- author: Fred Campagna, Ian li, Wei Chen
- The front end pages and the design of these pages for Anythingweather
- you need to install node.js to computer to run the demo
- open your terminal and get the direction of this project
- use command
npm installto install all dependence - use command
node app.jsto start the demo - visit http://localhost:8888/index.html in your browser to see the demo
--| src (the uncompressed source)
--| js (all uncompressed JavaScript files)
--| css (all uncompressed CSS files)
--| res (all resource for the page, include icons and fonts)
--| doc (documentation)
--| build (the compressed source of src)
--| design (design of the website)
--| demo (all the pages of the website without backend server)
--| README.MD
--| app.js (the bootstrap for run the demo)
--| index.html (the bootstrap for get pages)
--| Gruntfile.js (the file for compress the source)
--| package.json (dependence of node models for run the demo)
- 03/20/2014 Ian li : initialization and created documentation.