/angualrjs-gulp-npm-seed

A gulp seed for embedding angular templates, sass/scss, linting, minification, bundling, and generating proxy servers. Use it to jumpstart your next AngularJS project quickly.

Primary LanguageJavaScriptThe UnlicenseUnlicense

angularjs-gulp-npm-seed

Index

About

A seed for quickly starting an AngularJS project using Gulp and NPM.

Technologies

  • AngularJS (1.7+)

  • Gulp (3.9+)

  • NPM

  • SASS (4.0+)

  • Visit my website for me cool stuff!

Setup

  • Clone the repo
git clone git@github.com:jrquick17/angularjs-gulp-npm-seed.git
  • Install dependencies
npm install
  • Run
gulp serve
  • Install dependencies
npm install gulp babelify browserify browser-sync vinyl-buffer gulp-concat gulp-angular-embed-templates gulp-jshint gulp-rename browserify-resolutions run-sequence gulp-sass vinyl-source-stream gulp-sourcemaps gulp-uglify --save-dev

Documentation

build

Build the project.

gulp build

build & watch

Build the project anytime there is a change.

gulp

build & watch & launch server

Build the project anytime there is a change and run on a server.

gulp serve

build & watch & launch proxy server

Build the project anytime there is a change and run on a proxy server.

gulp proxy