0.1.0 • Published 7 years ago

interop-client v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
7 years ago

interop-client

Description

  • This is the web app for the ILManager API.
  • The web app provides a convinient way to manage the systems, message types and subscriptions
  • You also get to see the notifications based
  • It also gives access to a few usage stats

Logo

  • The logo used on this project can be found here

Setup steps

  • To create a build, run the following:

    npm run build

    Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.

    serve -s build

    Once you create the build, you can copy it to your production server, and run the serve -s build command.

  • This project was bootstrapped with Create React App.