Skip to content

guillotinaweb/grange-form

Repository files navigation

grange-form

Build Status

grange-form implements the Pastanaga UI theme for ngx-schema-form.

Dev & build

npm install -g mrs-developer
npm install
missdev

To serve locally:

npm start

Update the demo

git checkout gh-pages
npm run build_demo
git commit -am "update demo"
git push origin gh-pages