JohnCashmore / labsite-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab Site Boilerplate Build Status

Lab site source code for [ENTER PROJECT NAME]

URL: [ENTER PROJECT LAB SITE URL]

Password: [ENTER PROJECT LAB SITE PASSWORD]

Setup

  • Firstly, install Node.js https://nodejs.org/en/download/
  • Once Node.js is installed, install the task runner gulp (npm install -g gulp)
  • Clone repository to your machine
  • Via terminal/cmd window, navigate to the folder you cloned the repo to
  • Run the command npm install

Run Local Instance

  • Once setup is complete, run gulp serve (which will build and launch the HTML)

Build Production Ready Code

  • Once setup is complete, run gulp production (which will build only)

About

License:Apache License 2.0


Languages

Language:JavaScript 47.8%Language:CSS 42.1%Language:HTML 10.1%