Skip to content

Commit e2dc6ba

Browse files
author
tsv2013
committed
Merge branch 'master' into heroku
2 parents 068545b + ebf0e92 commit e2dc6ba

16 files changed

+440
-396
lines changed

LICENSE

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
https://creativecommons.org/licenses/by-nc/3.0/
1+
This demo illustrates a basic integration setup between a Node.js backend and a sample React application that includes the SurveyJS Survey Creator and Form Library components.
2+
3+
Please note that the Survey Creator component is proprietary software and requires a developer licence to be integrated and used in your own application.
4+
5+
For full details, please refer to the SurveyJS Licensing FAQ and the SurveyJS End-User Licence Agreement (EULA):
6+
7+
- https://surveyjs.io/faq#licensing
8+
- https://surveyjs.io/Developer-License-Agreement.pdf

public/asset-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.29d11aa8.css",
4-
"main.js": "/static/js/main.84e55d5f.js",
5-
"static/js/453.1c9ff13a.chunk.js": "/static/js/453.1c9ff13a.chunk.js",
3+
"main.css": "/static/css/main.ca630adb.css",
4+
"main.js": "/static/js/main.01e49255.js",
5+
"static/js/453.990e37a6.chunk.js": "/static/js/453.990e37a6.chunk.js",
66
"static/media/logo.svg": "/static/media/logo.16af4787ab8684193579a6fc6ca801e0.svg",
77
"index.html": "/index.html",
8-
"main.29d11aa8.css.map": "/static/css/main.29d11aa8.css.map",
9-
"main.84e55d5f.js.map": "/static/js/main.84e55d5f.js.map",
10-
"453.1c9ff13a.chunk.js.map": "/static/js/453.1c9ff13a.chunk.js.map"
8+
"main.ca630adb.css.map": "/static/css/main.ca630adb.css.map",
9+
"main.01e49255.js.map": "/static/js/main.01e49255.js.map",
10+
"453.990e37a6.chunk.js.map": "/static/js/453.990e37a6.chunk.js.map"
1111
},
1212
"entrypoints": [
13-
"static/css/main.29d11aa8.css",
14-
"static/js/main.84e55d5f.js"
13+
"static/css/main.ca630adb.css",
14+
"static/js/main.01e49255.js"
1515
]
1616
}

public/favicon.ico

2.26 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="SurveyJS service demo application with React/Redux"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>SurveyJS Service</title><script defer="defer" src="/static/js/main.84e55d5f.js"></script><link href="/static/css/main.29d11aa8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="SurveyJS service demo application with React/Redux"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>SurveyJS Service</title><script defer="defer" src="/static/js/main.01e49255.js"></script><link href="/static/css/main.ca630adb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

0 commit comments

Comments
 (0)