An open API service indexing awesome lists of open source software.

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

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