/simple-project-template-sass

A simple template for begin shortly a project with Sass and LiveReload preconfigured.

Primary LanguageJavaScript

dependencies status project version Simple Project Template

Version

0.1.1

Grunt task watch has been updated and now have livereload support built-in. Now it's not necessary grunt-contrib-livereload package.

This is project is a simple template for begin shortly a project with:

Instalation

  • Download repository.

  • Install dependencies:

     $ npm install

    Maybe you'll need to run npm install grunt-contrib-watch to get the last version of grunt-contrib-watch package. More info

  • You need install Livereload extension:

Note: You should read Limitations of Livereload for Safari

  • Run your project with:

     $ grunt
  • Visit localhost:9000 to see your project

What do you get?

Project structure:

.
├── scss
├── public
│   ├── css
│   ├── js
│   └── index.html
├── .gitignore
├── .jshintrc
├── Gruntfile.js
├── package.json
├── README.md

License

MIT