Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leduong/angularjs-requiredjs-yabjh.ru
AngularJS RequireJS SEO-index
https://github.com/leduong/angularjs-requiredjs-yabjh.ru
Last synced: about 1 month ago
JSON representation
AngularJS RequireJS SEO-index
- Host: GitHub
- URL: https://github.com/leduong/angularjs-requiredjs-yabjh.ru
- Owner: leduong
- Created: 2014-10-13T11:43:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T17:23:46.000Z (over 10 years ago)
- Last Synced: 2023-08-02T05:22:33.055Z (over 1 year ago)
- Language: CSS
- Size: 9.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS RequireJS
Includes Way Generators!
Required:
Git
NodeJS
Ruby Compass for SCSS or build with LessInstall Backend:
Download package
$ git https://github.com/leduong/angularjs-requiredjs-yabjh.ru.git
$ cd angularjs-requiredjs-yabjh.ruRUN HTTP SERVICE
with node-static
$ static public/
with php
$ php -S 127.0.0.1:8080 -t public/
with python 2.x, you can use the SimpleHTTPServer module like this
$ cd public;python -m SimpleHTTPServer 8080
With python 3.x, use:
$ cd public;python -m http.server 8080
Open http://127.0.0.1:8080Install Node.js for development:
$ npm install -g bower
$ bower install
$ npm install
$ gruntbuild
$ grunt build- Setup your apache virtual host file. located: apache.conf or nginx.conf for nginx
Done