We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd021d commit 2b3a09aCopy full SHA for 2b3a09a
README.md
@@ -7,6 +7,8 @@ It is based on create-react-app and only contains minor modifications.
7
8
* Execute `npm ci` to install the prerequisites. If you want to have the latest released versions use `npm install`.
9
* Execute `npm start` to start the application.
10
+
11
+ Browse to http://localhost:3000 to see the application in action.
12
13
## File Structure
14
Let'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
85
87
from it.
86
88
89
## Custom renderers
-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.
0 commit comments