Skip to content

Health-Care/faselty-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faselty Landing Page

Installation

Gulp is used as a task manager for some tasks like Sass and Haml.

Make sure that node.js and npm are installed.

Install Node packages

npm install
Build

This will build all the files to the /build directory, this directory contains the final files to be pushed to the server.

gulp build
Development mode

This will start the development mode and initialize a localhost:3000 server to preview and watch file changes as you code, but make sure you run gulp build first.

gulp serve

Icons

Icons generated from fontello and could be used as:

%i{class: "icon-facebook"}
%i{class: "icon-twitter"}
%i{class: "icon-pinterest"}

Releases

No releases published

Packages

No packages published