Skip to content

WDI-SEA/TEMPLATE-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages