File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ It is based on create-react-app and only contains minor modifications.
77
88 * Execute ` npm ci ` to install the prerequisites. If you want to have the latest released versions use ` npm install ` .
99 * Execute ` npm start ` to start the application.
10+
11+ Browse to http://localhost:3000 to see the application in action.
1012
1113## File Structure
1214Let's briefly have a look at the most important files:
@@ -85,4 +87,4 @@ Since we also like to display the actual data that is being edited we
8587from it.
8688
8789## Custom renderers
88- Please see [ our corresponding tutorial] ( https://jsonforms.io/docs/tutorial ) on how to add custom renderers.
90+ Please see [ our corresponding tutorial] ( https://jsonforms.io/docs/tutorial ) on how to add custom renderers.
You can’t perform that action at this time.
0 commit comments