mdchristians / rin

An Angular & Bootstrap 4 dashboard ready to roll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

! DEPRECATED !

Rin

A brilliant Angular 1 & Bootstrap 4 dashboard boilerplate. It's structure follows John Papa's Angular Style Guide closely, but has some minor changes. Sass for styling.

Demo

Check it before giving it a go. Just click login, no need to fill out any information! DEMO.

Features

  • Angular - HTML enhanced for web apps.
  • Angular Bootstrap - Bootstrap components written in pure AngularJS by the AngularUI Team.
  • Angular Charts - Reactive, responsive, beautiful charts for AngularJS based on Chart.js.
  • Angular UI-Router - The de-facto solution to flexible routing with nested views in AngularJS.
  • Bootstrap v4 - Bootstrap is the most popular HTML, CSS, and JS framework in the world. (Currently v4.0.0-alpha).
  • Bootstrap Additions - CSS extension kit for Twitter Bootstrap 3.0+.
  • Gulp - The streaming build system.
  • Moment - Parse, validate, manipulate, and display dates in JavaScript.
  • Toastr - Simple javascript toast notifications.

Getting Started

To begin, we run through our basic clone & install process:

  1. Clone the repo git clone https://github.com/mdchristians/rin.git
  2. navigate into the project cd rin
  3. Install the NodeJS dependencies: npm install.
  4. Install the Bower dependencies: bower install.
  5. Run gulp serve to begin our development: gulp serve.

Gulp Commands

gulp serve            // Serves project from .tmp folder
gulp clean            // Removes any temporary folders
gulp serve:dist       // Serves project as it does for production builds
gulp builds           // Builds project to 'dist' folder

Enjoy!

About

An Angular & Bootstrap 4 dashboard ready to roll

License:MIT License


Languages

Language:CSS 49.8%Language:JavaScript 26.2%Language:HTML 24.0%