An example usage of Angular 2 Schema form.
# Clone the repository
git clone https://github.com/fbessou/angular2-schema-form-demo.git
# Enter the newly created directory
cd angular2-schema-form-demo
# Download all dependencies
npm install
# Start the server
npm start
and go to http://localhost:3002
in your browser.