This is the frontend for Cloud V. It is based on React 16.
- Node 14. You may want to install it using tj/n
- yarn
To install node.js dependencies, just invoke yarn
.
- Do not upgrade react, react-router-dom or reactstrap unless you are a masochist. This combination is the only one that works.
Invoke yarn watch
. Wait until compilation is done, then visit https://localhost:8080 in your browser.
public/
: Static Datasrc/
: Source Codeassets/
: A Limited Number Of Assets Compiled Into The SPA packagecontainers/
: Top-level UI Containersmodels/
modules/
: Customized External Librariespartials/
scss/
: Stylesheetsstore/
: Immutable Data Storeviews/
index.js
: Entry PointApp.js
: Top-Level Application, incl. Router
All rights reserved, the American University in Cairo and the Cloud V Project.
The Cloud V frontend is available under the Apache License, v2.0. See 'License' for more information.