#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 servernpm run lint:css
- lint CSSnpm run lint:js
- lint JS
- All content is licensed under a CC-BY-NC-SA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.