Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

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.

License

Notifications You must be signed in to change notification settings

jrquick17/angualrjs-gulp-npm-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published