This project was bootstrapped with Vite.
Netlify: ReviewOger Reloaded
In the project directory, you can run:
make sure to run
npm install
before starting the application
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.\
make sure to run
npm install
before the 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.
Your app is ready to be deployed!
Run es lint to show errors and warnings. Eslint will enforce coding styles and fix styling issues.
Creates a txt report of the styling issues in the project
All of the following test scripts require the application to be started Please first use
npm install
to install al required dependencies
Opens the cypress GUI in the configured browser. The GUI will show the available test scripts.
Opens the cypress GUI with the configured browser. The GUI will show the available unit tests.
Runs the e2e tests in the terminal. The test results will be displayed in the terminal. The runs are available as .mp4 files in './cypress/videos'
Runs the unit tests in the terminal. The test results will be displayed in the terminal.