BastianHofmann / angular-browserify-gulp

Sample project with Angular, Browserify, and Gulp. Nothing more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular, Browserify, and Gulp

This is a sample seed project showing a simple way to set up all these technologies.

Instructions

  1. Clone the repo
  2. Run npm install
  3. Run gulp
  4. Start up a local server: php -S localhost:8888 -t public/
  5. Open http://localhost:8888 in your browser

About

Sample project with Angular, Browserify, and Gulp. Nothing more.