Skip to content

snapmaster-io/snapmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnapMaster

SnapMaster

Master your DevOps toolchain

SnapMaster is the definitive DevOps integration platform.

SnapMaster is a React app, and this project was bootstrapped with Create React App.

Implementation notes

SnapMaster is a single-page app that works against SnapMaster-API as a back-end.

SnapMaster currently uses Auth0 for its authentication and authorization.

Source directory structure

public

Contains index.html and public assets

src

components: Reusable react components

pages: Pages constructed using components

providers: Pages for each provider, using BaseProvider as a common base

utils: Common utilities

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"
}

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.

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.

About

SnapMaster Single-Page Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published