WDI-SEA / TEMPLATE-js

A front-end template including BrowserSync, ESLint, CSSLint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#TEMPLATE JS

A Front-End template setup with BrowserSync, ESLint, and CSSLint.

##Getting Started

This is a template, so these instructions assume you'll be setting up a new repo. In order to pull new updates to this template, we recommend that you add this repo as a remote.

  • Create a new repository
    • git init in a new folder, or create a repo on Github and clone to your computer
  • Navigate to the new repository and add this repository as a remote.
    • git remote add template git@github.com:WDI-SEA/TEMPLATE-js.git
  • Pull the template into your new repository
    • git pull template master
    • You should now have the template files in your repo
  • Run npm install to install dependencies

##Commands

  • npm start - start the BrowserSync server
  • npm run lint:css - lint CSS
  • npm run lint:js - lint JS

Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

A front-end template including BrowserSync, ESLint, CSSLint

License:Other


Languages

Language:HTML 100.0%