thomaschampagne / stravistix-landingpage

Deprecated website. Redesigned to https://github.com/thomaschampagne/elevate-landingpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stravistix Landing Page

Deprecated website

Project prerequisites

Node Package Manager

You must run npm cli command via nodejs.org

Gulp task runner

(Install gulp-cli from npm if not already installed...)

npm install --global gulp-cli

Install project dependencies

npm install

Build distribution

gulp build

The build pushes assets js, less > css, img, fonts, ... into dist/ directory

Build production

gulp --prod

The build pushes assets js, less > css, img, fonts, ... into dist/ directory

Run local server to develop in...

node server.js

Local server will now listen on TCP/8080 port

Local server use dist/ as static directory

Launch localhost:8080 into your browser

Watch & Dev

gulp watch

Redo a gulp build on any src/ file change

About

Deprecated website. Redesigned to https://github.com/thomaschampagne/elevate-landingpage


Languages

Language:JavaScript 57.6%Language:CSS 28.4%Language:HTML 13.8%Language:Shell 0.2%