Skip to content

aguynamedirvin/F-C

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published