/rr-quiz

RR dynamic survey

Primary LanguageJavaScript

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