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.
Check it before giving it a go. Just click login, no need to fill out any information! DEMO.
- 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.
To begin, we run through our basic clone & install process:
- Clone the repo
git clone https://github.com/mdchristians/rin.git
- navigate into the project
cd rin
- Install the NodeJS dependencies:
npm install
. - Install the Bower dependencies:
bower install
. - Run gulp serve to begin our development:
gulp serve
.
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!