Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 500 Bytes

File metadata and controls

10 lines (6 loc) · 500 Bytes

FE-Project-Template

Project template for quickly setting up a project with Grunt, SASS, and JS.

To Use

Clone the repository and install the dependencies: yarn install

You may then run grunt watch to compile your scss. compiled css is minified and stored within the docs (public) folder. This folder is named as such to allow compatibility with Github pages. For deployment only the minified css is necessary.

This project is set up to use the 7-1 pattern with Sass.