Skip to content

hanzo-asashi/ci_bootstrap

 
 

Repository files navigation

CodeIgniter Bootstrap

A website starter template that integrates CodeIgniter, Bootstrap as well as Grocery CRUD & Image CRUD for backend content management.

Pre-requisites

You need to pre-install the following tools before building the template:

  • node.js: which includes a package manager (npm) for node modules
  • bower: package manager for bower components (to handle third-party assets)
  • grunt: task runner for lots of purposes, e.g. compile, combine and minify scripts

Installation

Inside the terminal, change to directory where you cloned the repository.

  1. Update bower.json (optional) then call bower to download third-party packages: bower install
  2. Update package.json (optional) then install grunt packages: npm install
  3. Update Gruntfile.coffee (optional, which is written in CoffeeScript), then use grunt command to start preset tasks: grunt
  4. After all you will find the post-processed files under the "assets/dist" folder, means you have successfully configured it :)

Usage

After above installation, you should be able to visit the websites via links like these:

Whereas the backend website will require login (username and password: admin) before accessing the inner pages.

Screenshots

Website screenshots can be checked from screenshots folder under this repository.

About

A website structure template that integrates CodeIgniter, Bootstrap as well as Grocery CRUD for backend content management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.4%
  • JavaScript 34.2%
  • CSS 4.3%
  • ActionScript 0.5%
  • HTML 0.5%
  • CoffeeScript 0.1%