diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-26 15:54:11 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-26 15:54:11 +0200 |
| commit | 8b8b4d0543ab11fbc11e4bcef27e4aecf2736b85 (patch) | |
| tree | bd2a5cee481e083d01dce96202bc2298fc761b67 /README.md | |
| parent | 42c07bfbcb8f5b310cdec3d71a802b26542b0de6 (diff) | |
| parent | 84f817d8bd8b0f1e1e75a84e73cadea0b5d5f966 (diff) | |
Merge branch 'react' of https://github.com/atlarge-research/opendc-frontend into react
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ To compile everything for camera-ready deployment, use the following command: yarn build ``` +**Note:** Perhaps this goes without saying, but for any functionality beyond visiting the entry page, a server backend running in the background is necessary. The easiest way to do this is to have an OpenDC docker container running, see [the main repo](https://github.com/atlarge-research/opendc) for more information on how to do this. + ## Architecture The codebase follows a standard React.js structure, with static assets being contained in the `public` folder, while dynamic components and their styles are contained in `src`. The app uses client-side routing (with `react-router`), meaning that the only HTML file needed to be served is a `index.html` file. |
