angular-schema-form
Directives to build forms from json schema
File Explorer
Download Latest Version (.zip)- .gitkeep
- module.js.coffee
- schemaFormField.js.coffee
- schemaFormFields.js.coffee
- index.html
- booleanField.html
- enumField.html
- schemaFormFields.html
- stringField.html
- application.js
- bower-template.json
- files.js
- lib.json
- lineman.js
- spec.json
- schema-form.js
- schema-form.min.js
- helper.js
- jasmine-fixture.js
- jasmine-given.js
- jasmine-only.js
- jasmine-stealth.js
- schema_form_field_spec.js.coffee
- schema_form_fields_spec.js.coffee
- .gitkeep
- underscore.js
- .bowerrc
- .gitignore
- .npmignore
- .travis.yml
- basic.css
- bower.json
- example.html
- example.js
- Gruntfile.js
- main.js
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/launchscout/angular-schema-form
Downloads the entire project code from GitHub to your computer.
cd angular-schema-form
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
