shpan93 / rr-quiz

RR dynamic survey

Home Page:https://rr-survey.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rr preview

RR survey

This is an universal react application, built on top of React and Express.js, which uses

  • React-router as an universal router
  • Redux as state manager
  • Redux-form as a form provider
  • Material-UI as components library

Forms are dynamically built by content data, which is stored in /data/schema.en.json and /data/translations.en.json.

Installation

yarn install

or

npm install

Development

This task will start nodemon and webpack-dev-server with react-hot-loader.

yarn run dev

Build

This task will build minified js bundle and will extract styles to style.css.

yarn run build

About

RR dynamic survey

https://rr-survey.herokuapp.com/


Languages

Language:JavaScript 82.1%Language:CSS 17.5%Language:Shell 0.5%