Home
Softono
surveyjs_react_quickstart

surveyjs_react_quickstart

Open source JavaScript
148
Stars
82
Forks
24
Issues
6
Watchers
2 months
Last Commit

About surveyjs_react_quickstart

# (Obsolete) SurveyJS + React Quickstart Template > This template is built using [Create React App](https://github.com/facebook/create-react-app), which is now deprecated. Use the [SurveyJS + Next.js quickstart template](https://github.com/surveyjs/surveyjs-nextjs) instead. SurveyJS is a set of JavaScript components that allow you and your users to build surveys / forms, store them in your database, and visualize survey results for data analysis. This quick start template is bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) and uses the following SurveyJS components: - [SurveyJS Form Library](https://surveyjs.io/form-library/documentation/overview) - [Survey Creator / Form Builder](https://surveyjs.io/survey-creator/documentation/overview) - [SurveyJS PDF Generator](https://surveyjs.io/pdf-generator/documentation/overview) - [SurveyJS Dashboard](https://surveyjs.io/dashboard/documentation/overview) ## Run the application ```bash git clone https://github.com/sur ...

Platforms

Web Self-hosted

Languages

JavaScript

(Obsolete) SurveyJS + React Quickstart Template

This template is built using Create React App, which is now deprecated. Use the SurveyJS + Next.js quickstart template instead.

SurveyJS is a set of JavaScript components that allow you and your users to build surveys / forms, store them in your database, and visualize survey results for data analysis. This quick start template is bootstrapped with Create React App and uses the following SurveyJS components:

Run the application

git clone https://github.com/surveyjs/surveyjs_react_quickstart.git
cd surveyjs_react_quickstart
npm i
npm run start

Open http://localhost:3000/ in your web browser.

Template structure

This template covers most basic use cases. You can find code examples for them in the following files: