SciGateway is a ReactJs based parent application within a micro-front end architecture. It provides access to large facilities science.
The SciGateway application offers features such as authentication and authorisation functionality, notifications, cookies management.
This project uses Vite.
In the project directory, you can run:
Runs the dev
script, which runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
Runs unit tests
Runs e2e tests
Lints all code under /src
Builds the app for production to the dist
folder.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about building for production for more information.
Deploys a static version of the build from the dist
directory to port 5001. Use yarn preview:build
to build and preview it in SciGateway.