Robin Thoni 5b337c4134 css fix | 7 years ago | |
---|---|---|
.. | ||
app | 7 years ago | |
sdk | 7 years ago | |
.gitignore | 7 years ago | |
Gruntfile.js | 7 years ago | |
Gruntfile_01_global.js | 7 years ago | |
Gruntfile_02_app.js | 7 years ago | |
README.md | 7 years ago | |
TODO | 7 years ago | |
bower.json | 7 years ago | |
favicon.ico | 7 years ago | |
index.html | 7 years ago | |
package.json | 7 years ago | |
robots.txt | 7 years ago |
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/