Statina ui - Frontend for https://statina.scilifelab.se/
Prod frontend app: https://statina-83aa9.web.app/
Staging frontend app: https://statina-stage.web.app/
This app is built with Create React App
Before running the app you need to install:
Once cloned the repo, install dependencies with:
To run the app three environment variables are needed:
REACT_APP_BACKEND_URL
URL of the api endpoints for Statina.
To run:
example: REACT_APP_BACKEND_URL="localhost:28003" yarn start
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
run tests with coverage
will display linting issues.
will fix the errors.
will display style lint issues.
will fix the errors.
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.
The app is deployed to a preview channel at every pull request and at every merge to master to staging and production