Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.61 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.61 KB

Frontend

This project was bootstrapped with Create React App. It is an Single Page Application (SPA) built using Bootstrap trough the React Bootstrap project and it integrates with the backend by calling REST Api methods and parsing the returned JSON response.

Available Scripts

  • yarn run start

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.

  • yarn run start:qa

Runs the app in the qa mode.

  • yarn 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.
Your app is ready to be deployed!

  • yarn run lint

Check for lint errors in the code base and try to fix any style related errors with prettier and eslint.

Useful sources