You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 111045b13b added rss feed 7 years ago
..
app added rss feed 7 years ago
sdk added rss feed 7 years ago
.gitignore init 7 years ago
Gruntfile.js init 7 years ago
Gruntfile_01_global.js init 7 years ago
Gruntfile_02_app.js init 7 years ago
README.md article stack 7 years ago
TODO init 7 years ago
bower.json init 7 years ago
favicon.ico article stack 7 years ago
index.html init 7 years ago
package.json init 7 years ago
robots.txt init 7 years ago

README.md

Starter kit for Angular Material

Here is an angular material starter kit to use with Luticate2.

Getting started

git clone https://git.rthoni.com/robin.thoni/starter-angular-material
cd starter-angular-material
bower install

A CRUD stack is provided as an example: app/controllers/articles.controller.js
app/controllers/articlesedit.controller.js
app/sdk/Business/articles.business.js
app/sdk/DataAccess/articles.dataaccess.js

See Luticate2-api/WebApiUtils project for the backend.

Build

To concatenate, minify and uglyfy the app, run the following:

npm install
grunt --gruntfile Gruntfile_01_global.js
grunt --gruntfile Gruntfile_02_app.js

The ouput will be available in build/release/