-
Notifications
You must be signed in to change notification settings - Fork 0
Client configuration
tonnpa edited this page Nov 29, 2017
·
3 revisions
- Nodejs 6.x (installation)
- yarn
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.
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.