Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 471 Bytes

Readme.md

File metadata and controls

25 lines (17 loc) · 471 Bytes

Demo of Angular 2 Schema Form

An example usage of Angular 2 Schema form.

Installation

	# 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

Usage

	# Start the server
	npm start

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