https://github.com/stephanhoyer/searchenginecontent
Example setup for make frontend app (angularjs, ui-router) crawl-able through phantomjs
https://github.com/stephanhoyer/searchenginecontent
Last synced: 11 months ago
JSON representation
Example setup for make frontend app (angularjs, ui-router) crawl-able through phantomjs
- Host: GitHub
- URL: https://github.com/stephanhoyer/searchenginecontent
- Owner: StephanHoyer
- Created: 2013-11-26T07:41:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:52:27.000Z (over 2 years ago)
- Last Synced: 2025-03-18T06:27:12.936Z (over 1 year ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PhantomJS-Driven static server
==
This example project shows how to create a phantom js driven prerender server
for a angular-ui-router powered website.
Installation
--
* Clone the repo.
* Install node dependencies `npm install`
* Install phantomjs: see [PhantomJS Homepage](http://phantomjs.org/download.html)
Run
--
* Start PhantomJS Server: `./phantomserver.sh`
* Start Webserver Server: `./staticserver.sh`
* Go to [http://localhost:8080](http://localhost:8080) to see the basic application.
* Go to [http://localhost:8888](http://localhost:8888) to see the prerendered
version of the application.
Credits
--
https://github.com/steeve/angular-seo