nuttin
v0.0.4
Published
To get up and running with the framework, it will only take 5 minutes to setup.
Downloads
1
Readme
Installation
To get up and running with the framework, it will only take 5 minutes to setup.
Firstly, make sure you have these dependencies installed:
- Git
- Node.js
With Git installed, clone the stash repo:
git clone http://[email protected]/scm/pwt/toolkit.git
Then enter the repo folder:
cd toolkit
Global packages
We now need to install Gulp and Bower as global dependencies:
npm install -g gulp bower
Framework packages
We now need to install the node & bower packages relevant to the framework. All you need to do is run
npm install -g gulp bower
What's included
├── framework/
│ ├── components/
│ ├── _banners.scss
│ ├── _buttons.scss
│ ├── _cards.scss
│ ├── _footers.scss
│ ├── _grids.scss
│ ├── _headers.scss
│ ├── _inputs.scss
│ ├── _layouts.scss
│ ├── _links.scss
│ ├── _navigations.scss
│ ├── _utilities.scss
├── sites/
│ ├── client/
│ ├── static/
│ ├── dist/
│ │ ├── css/
│ │ │ ├── client-print.min.css
│ │ │ ├── client.min.css
│ │ ├── images/
│ │ │ ├── logo.png
│ │ ├── js/
│ │ ├── client.min.js
│ │ ├── jquery.min.js
│ │ ├── modernizr-client.min.js
│ │ ├── packages.min.js
│ ├── styles/
│ │ ├── index.scss
│ ├── js/
│ │ ├── index.js
│ ├── images/
│ │ ├── logo.png
├── gulpbundle.js
├── gulpfile.js