We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944dcdd commit 5601d8dCopy full SHA for 5601d8d
README.md
@@ -0,0 +1,18 @@
1
+# RESTFormsUI-react
2
+
3
+This project is implementation of RESTForms UI built with React.
4
+It also uses [Antd](https://ant.design/) as main UI library.
5
6
+The License will be added as soon as project migrated to React 16 and Antd 3+.
7
8
+**To build this project you need Node 6+ installed. Or you can grab latest stable version from Releases tab.**
9
10
+## How to build
11
12
+1. Pull the repository and navigate to the repository folder
13
+2. Open a local terminal or command line and execute `npm install`
14
+3. After that execute `npm run build`
15
16
+The production files will be placed in `dist` folder. Copy it to your CSP-application folder and use as general CSP-app.
17
18
+**README will be updated**
0 commit comments