sutmr / angular1-onsen

angular1.x + onsenui seed project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular1-onsen

Dependency Status devDependency Status

A seed template for angular1 & onsenui project

This project is a starting point for building Angular 1.x applications with onsenui. Also for further

  1. angular1-onsen
  2. angular1-onsen-webpack
  3. angular1-onsen-typescript-webpack

learning course.

Warning: Make sure you're using the latest version of Node.js and NPM

Quick start

Clone/Download the repo

# clone repo
$ git clone https://github.com/snipking/angular1-onsen.git angular1-onsen

# change directory to app root
$ cd angular1-onsen

# install the dependencies with npm
$ npm install

# install the dependencies with bower
$ bower install

# run with dev mode
$ gulp run-dev

If everything goes right, chrome browser will open with url http://localhost:8384/index.html otherwise you should open it manually.

Table of Contents

Getting Started

Dependencies

What you need to run this app:

  • node and npm

Installing

  • npm install to install build environment dependencies
  • bower install to install javascript library dependencies

Running the app

Using NetBeans build-in server to run / debug

Developing

Build files

  • developing build:
gulp build-dev
  • production build:
gulp build-prod:
  • clean distribution (www) folder
gulp clean:
  • watch changes
gulp watch

IDE

This project build with NetBeans 8.1, so the nbproject folder included. This is not required and if you are using other IDE, just delete it.

Testing

1. Unit Tests

TODO

License

APACHE

About

angular1.x + onsenui seed project

License:Apache License 2.0


Languages

Language:JavaScript 63.2%Language:HTML 27.8%Language:CSS 9.0%