https://github.com/hellsan631/angular-loopback-boilerplate
the best mean stack
https://github.com/hellsan631/angular-loopback-boilerplate
Last synced: 9 months ago
JSON representation
the best mean stack
- Host: GitHub
- URL: https://github.com/hellsan631/angular-loopback-boilerplate
- Owner: hellsan631
- Created: 2017-03-19T21:35:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T03:31:23.000Z (almost 7 years ago)
- Last Synced: 2025-09-27T07:26:50.938Z (9 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS + Loopback
A Simple MEAN stack to kick start your new project with SASS support and Gulp watch/build tasks
## Features
* Loopback API to quickstart your back-end
* Setup with angular in HTML5 navigation mode (no hashbang)
* Materialize & some basic widgets for a great looking UI
* SweetAlert 2 Dialog Library Integrated with Angular
* One of the best gulp files this side of the sun (seriously)
* Fully setup linting configs
* Follows JohnPapa's AngularJS style guide
### Gulpfile
* Minifies CSS & JS (ez)
* Minifies HTML Templates (use inline javascript though)
* Injects front-end files & bower vendor files into your index (cool)
* Live Reload w/ SASS compilation (ok, i mean, everyone does that)
* ES6 Support with babel (common, show me something cool)
* Optimizes JS w/ [this](https://github.com/nolanlawson/optimize-js), decreases compile times by 20% (shiiit)