trantiendev / html-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack

Browser support

  • Chrome/Edge/Firefox/Safari/Opera: latest
  • Internet Explorer: 9+

Installation

Install SASS and SCSS Lint

gem install sass scss_lint

node and npm

brew install node@6

Grunt - task runner

npm install -g grunt-cli

Config npm path

echo 'export PATH="/usr/local/opt/node@6/bin:$PATH"' > ~/.bash_profile
source ~/.bash_profile

Install dependencies

cd /path/to/html-starter && npm install

Usage

Start a server

npm run server

Build scss and js files

grunt build

Watch files change

grunt watch

Check css style

npm run scss-lint

About

License:MIT License


Languages

Language:HTML 63.0%Language:CSS 26.0%Language:JavaScript 11.1%