@server-status/app

app for presentation server status information

Usage no npm install needed!

<script type="module">
  import serverStatusApp from 'https://cdn.skypack.dev/@server-status/app';
</script>

README

Server Status App

Frontend app for @server-status/api

Build

Default endpoint is '/api/', if you want to use different use env REACT_APP_API_URL. You can use in .env file:

REACT_APP_API_URL=https://server.example.com/api/

Or you can use in terminal:

$ REACT_APP_API_URL=https://server.example.com/api/ yarn build

License

MIT