/F-C

Primary LanguagePHP

Jump Start

Make sure to have NodeJS, SASS, NPM, and Grunt (Grunt-CLI too) installed to download all project required files. Once you have the tools, from the Terminal run "npm install" on the project directory to install all necessary dependancies.

You can grab all the tools here:

File Structure

├── assets
│   ├── assets
│   ├── css
│   ├── images
│   └── js
│
├── src
│   ├── html
│   │   ├──parts
│   ├── images
│   ├── js
│   │   ├── vendor
│   │   ├── main.js
│   └── stylesheets
│       ├── base
│       ├── components
│       ├── layout
│       ├── pages
│       ├── utils
│       ├── vendor
│       └── main.sass
├── docs
├── Gruntfile.js
├── index.html
├── package.json
├── README.md
└── .gitignore

Further Documentation