An example usage of Angular 5 Schema form.
# Clone the repository
git clone https://github.com/bharathkumarms/angular2-schemaform.git
# Enter the newly created directory
cd angular2-schemaform
# Download all dependencies
npm install
# Start the server
npm start
and go to http://localhost:4200
in your browser.
#Special Mention - dschnelldavis