This application is a simple demonstration.
It's written as a React app with ****** modules and endpoints.
Clone this repository, and then build the application:
npm install
npm run compile
To deploy, first install the ****** command line tool.
sudo pip install ************************************************
Initialize the project with your solution and product id. These IDs may be found here: ********************************.
****** --init
```
Then deploy this sample application into your solution:
```
****** --deploy
```
To run the web application static assets locally, create a .env file in the root of the project with your solution URL, like this:
```
API_BASE_URL=https://<solution-name>.apps.exosite-dev.io
```
Then run this and go to http://localhost:8080.
```
npm run start:dev
```