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 dc21b400b8 init пре 7 година
..
app init пре 7 година
sdk init пре 7 година
.gitignore init пре 7 година
Gruntfile.js init пре 7 година
Gruntfile_01_global.js init пре 7 година
Gruntfile_02_app.js init пре 7 година
README.md init пре 7 година
TODO init пре 7 година
bower.json init пре 7 година
favicon.ico init пре 7 година
index.html init пре 7 година
package.json init пре 7 година
robots.txt init пре 7 година

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/pkguids.controller.js
app/controllers/pkguidsedit.controller.js
app/sdk/Business/pkguids.business.js
app/sdk/DataAccess/pkguids.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/