Skip to content

Client configuration

tonnpa edited this page Nov 29, 2017 · 3 revisions

Components

React

The client is written using React. Using React comes with a wide range of libraries that support the development workflow. This project mainly uses webpack for bundling, redux for managing the data flow, react-bootstrap for UI components, and react-router for page navigation.
React requires Node.js to be installed.

Javascript packages

yarn is the package manager we are using. package.json lists all the client dependencies. To install all the required packages, run yarn install from the root folder.

Clone this wiki locally