Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 701 Bytes

File metadata and controls

43 lines (29 loc) · 701 Bytes

Angular Seed App with Materialize CSS (without JS components)

A base app for angular JS application. Since scaffolding apps took time to download and install.

Instructions

Clone the repo to your local folder. Cd into your directory and run the following:

Install Dependencies

npm install

bower install

npm install -g gulp

Run App

gulp serve

Build App (dist folder)

gulp build

Misc

Deploy to gh-pages (github)

  • gulp deploy

Versions

  • 1.0
  • Added support for asset compilation
  • Gulp integration
  • gh-pages integration

@TODO

Fix script errors, with fixmyJS

@Thanks to materialize