/landing-page-sample

Sample of a landing page.

Primary LanguageCSS

Landing page sample

Landing page sample project.
Demo: (http://landing-page-sample.azurewebsites.net)

Requirements

It must be installed Nodejs and Bower globally.

npm instal -g bower

Installation and Compilation

Clone repository:

git clone https://github.com/oriolpuig/landing-page-sample.git

Go to landing-page-sample folder:

cd landing-page-sample

Install dependencies:

npm install
bower install

To run application:

npm start