readme.txt 580 B

12345678910111213141516171819202122232425262728
  1. 1: Please put the files on a server or local host to preview.
  2. eg: put the "/src" files under a localhost "src" folder
  3. looks like:
  4. "src/css"
  5. "src/fonts"
  6. "src/img"
  7. "src/js"
  8. "src/tpl"
  9. "src/l10n"
  10. "src/index.html"
  11. then preview: http://localhost/src/index.html in your browser.
  12. 2: Documents locate "tpl/docs.html" or "http://localhost/src/index.html#/app/docs"
  13. online: http://flatfull.com/themes/angulr/#/app/docs
  14. 3: Use Grunt and Bower
  15. install node.js
  16. go to the app root
  17. >npm install -g grunt-cli
  18. >npm install
  19. >grunt bower-install
  20. >grunt build:dev
  21. >grunt build:dist
  22. >npm start