Skip to content

bharathkumarms/angular2-schemaform

Repository files navigation

Angular JSON Schema Form

An example usage of Angular 5 Schema form.

Installation

	# 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

Usage

	# Start the server
	npm start

and go to http://localhost:4200 in your browser.

#Special Mention - dschnelldavis