A seed template for angular1 & onsenui project
This project is a starting point for building Angular 1.x applications with onsenui. Also for further
- angular1-onsen
- angular1-onsen-webpack
- angular1-onsen-typescript-webpack
learning course.
Warning: Make sure you're using the latest version of Node.js and NPM
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-devIf everything goes right, chrome browser will open with url http://localhost:8384/index.html otherwise you should open it manually.
What you need to run this app:
nodeandnpm
npm installto install build environment dependenciesbower installto install javascript library dependencies
Using NetBeans build-in server to run / debug
- developing build:
gulp build-dev- production build:
gulp build-prod:- clean distribution (www) folder
gulp clean:- watch changes
gulp watchThis 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.
TODO