Skip to content

hansr/sphinx-example

 
 

Repository files navigation

Example App

This application is a simple demonstration.

It's written as a React app with ****** modules and endpoints.

Using This Example

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
```

About

This application is a simple demonstration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • Lua 18.4%
  • CSS 5.3%
  • HTML 0.8%