Robin Thoni 00bb580be8 added properties and data types | hace 7 años | |
---|---|---|
.. | ||
app | hace 7 años | |
sdk | hace 7 años | |
.gitignore | hace 7 años | |
Gruntfile.js | hace 7 años | |
Gruntfile_01_global.js | hace 7 años | |
Gruntfile_02_app.js | hace 7 años | |
README.md | hace 7 años | |
TODO | hace 7 años | |
bower.json | hace 7 años | |
favicon.ico | hace 7 años | |
index.html | hace 7 años | |
package.json | hace 7 años | |
robots.txt | hace 7 años |
Here is an angular material starter kit to use with Luticate2.
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.
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/