Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JonForest/loopback.io

 
 

Repository files navigation

loopback.io

LoopBack community mini-site, http://loopback.io.

NOTE: The website is served from the gh-pages branch.

##How to run the site locally

###Get serve module if you don't already have it:

$ npm install -g serve

###Clone the repo:

$ git clone -b gh-pages https://github.com/strongloop/loopback.io.git 
$ cd loopback.io

###Run:

$ serve .
serving /<path>/loopback.io on port 3000

To run on a different port:

$ serve -p 3001 .

###View site:

Load http://localhost:3000 to view the site.

About

LoopBack community mini-site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.5%
  • CSS 21.6%
  • JavaScript 11.9%