CJ UI Boilerplate is a front-end resource for quickly getting into the development of fast, robust and adaptable templates for web apps or sites.
All technologies and files included in this project is authored to adhere to the Creative Jar Guidelines.
- HTML5 ready. Use the new elements with confidence.
- Includes:
- Creative Jar reset stylesheet
- Folder structure and syntax conventions set out by Creative Jar Guidelines
jQueryRequireJSHologram
To get started with this boilerplate, choose one of the following options:
- Download the latest stable release.
- Clone the git repo —
git clone https://github.com/creativejar/boilerplate.git
When getting started with your Boilerplate, it is important to remember the following things:
- Install any necessary gem files using bundler (
bundler install) - Install any necessary node modules using npm (
npm install) - Update your page
<title>appropriately - Update the colour palette and logo of your styleguide to match the client's branding
- If your project requires JavaScript, uncomment the default
RequireJScode inGlobal.jsto get started - Make sure that the
jQueryversion included in the release is the latest available