SnapMaster is the definitive DevOps integration platform.
SnapMaster is a React app, and this project was bootstrapped with Create React App.
SnapMaster is a single-page app that works against SnapMaster-API as a back-end.
SnapMaster currently uses Auth0 for its authentication and authorization.
Contains index.html
and public assets
Note that src/utils/auth_config.json
is expected for proper auth0 login, but is not checked into source control.
This file must be in the following format:
{
"domain": "YOURDOMAIN.auth0.com",
"clientId": "THE CLIENT ID FOR YOUR DOMAIN",
"audience": "https://api.snapmaster.io"
}
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You need to run the SnapMaster-API back-end to have the SPA function correctly.
Launches the test runner in the interactive watch mode.
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.