Skip to content

OneHunnid/BTDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Template Developer Kit

Basic Template Developer Kit is a simple repo designed to jump-start template development. BTDK includes LESS, jQuery and the Skeleton framework.

Getting Started

There are a few steps on getting started using BTDK:

  • Locally clone the repo: git clone https://github.com/OneHunnid/BTDK.git
  • Make sure Node.js is installed. Then you can install the dependencies using npm install in your local repo for BTDK
  • Install LESS globally on your computer
  • Install watch-less then set up a watch using npm watch-less to compile your LESS into CSS. This will compile main.less to main.less.css and render in browser.
  • Profit

What's included?

BTDK comes with a very basic template structure:

Basic Template Developer Kit/
├── assets
│   ├── favicon.ico
│   └── favicon.psd
├── scripts
│   └── index.js
├── styles
│   ├── main.less
│   ├── main.less.css
│   ├── normalize.less
│   └── skeleton.less
├── .gitignore
├── index.html
├── package.json
└── readme.md

Dependencies & Framework

License

BTDK is free to use and abuse under the open-source MIT license

About

BTDK is designed to jump-start template development using LESS, jQuery and Skeleton Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors