Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 518 Bytes

landing-template

Installation

$ git clone https://github.com/Magora-Systems-Frontend/landing-template && cd landing-template

install gulp and bower globally

$ npm install gulp bower -g

install requirement packages locally

$ npm i

Pre run

package.json does not contain gulp package. But to work properly it must be installed locally. We will not install it. We will make a link.

$ npm link gulp

Run

$ gulp

see: http://localhost:8085