This is the frontend part of the project communly, created in collaboration with @EricssonX,@laramarie and @yasna13.
The boiler plate of this project was generated with create-react-app. It uses material-ui v0 as a component library.
This project requirs npm as package manager, so make sure to have npm installed.
Install all dependencies by running npm install
first. After that start the
project with npm start
and access it under localhost:4200
npm
npm start
For production start set env variable REACT_APP_BACKEND_URL=https://path-to-communly-backend
and run npm start
.
You can create a build with all necessary artifacts by running:
npm build