EskenderDev / ionic-todos

Example project structure using Ionic Framework, Angular, Gulp, Sass, Browserify, and Napa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic Todos

Example project structure using:

  • Ionic Framework
  • Angular
  • Gulp
  • Sass
  • Browserify
  • Napa

Commands

Install Global Dependencies:

$ npm install -g gulp

Install Project Dependencies:

$ npm install

Run Development Mode:

$ gulp

Run Tests:

$ gulp test

Prepare Build:

$ gulp build

Clean Build Artifacts:

$ gulp clean

Clean Build Artifacts (including node_modules):

$ gulp clean-all

About

Example project structure using Ionic Framework, Angular, Gulp, Sass, Browserify, and Napa


Languages

Language:JavaScript 78.0%Language:HTML 21.5%Language:CSS 0.5%