This is my favorite frontend environment. It's a great start for most simple websites. Includes the following:
- Bootstrap 4 (css/js)
- AngularJS (ngroutes / nganimate / ng-includes)
- usefull mixins for colors, easing, centering, and more
- Grunt Tasks for sass compiling / minifying / watch / BrowserSync (live-reload) / server (localhost)
you will need git-cli
npm
and grunt before starting
-
download this repo
git clone https://github.com/ohabash/angularjs-bootstrap4-grunt.git
-
cd
to root andnpm install
-
start grun watch and browserSync tasks
grunt
-
your browser should pop up serving this content. Try to edit the scss to see it in action