Skip to content

Commit 5601d8d

Browse files
authored
Update README.md
1 parent 944dcdd commit 5601d8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)