We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6efec commit cfa2b83Copy full SHA for cfa2b83
README.md
@@ -5,6 +5,9 @@ in order to render a simple form for displaying a task entity.
5
6
It is based on create-react-app and only contains minor modifications.
7
8
+ * Execute `npm install` to install the prerequisites.
9
+ * Execute `npm start` to start the application.
10
+
11
## File Structure
12
Let's briefly have a look at the most important files:
13
* `src/schema.json` contains the JSON schema (also referred to as 'data schema')
0 commit comments