# ixo-webclient **Repository Path**: jjhoc/ixo-webclient ## Basic Information - **Project Name**: ixo-webclient - **Description**: Web portal to ixo blockchain networks. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

IXO Web

This project serves as the Front-end Web platform for the IXO ecosystem.

Built Using

Built to work with

Back-end for all API calls and DID management

Setup

npm install

Running

Development

npm run dev

Build & production

npm run build
npm start

Architecture & flow

Styling

IXO-Web is styled using styled components. all styling information is kept within a component. The main file - App.tsx contains theme information, where you can add variables for use through the Web App.

Container Components