Solution for the frontend challenge for DigitalService by Manuel Minniti.
For a more detailed report please have a look at the ./DECISION_LOG.md file.
git clone https://github.com/manuel-minniti/digitalservice-frontend-challenge-solution.git digitalservice-frontend-challenge-solution-manuel-minniti
cd digitalservice-frontend-challenge-solution-manuel-minniti
yarn install --production=false
yarn start
If yarn start
fails to start, you can manually start the backend and frontend with the following commands:
yarn start:backend
and in a separate terminal:
yarn start:frontend
In the project directory, you can run:
Runs the app in the development mode.
Also starts the json-server.
You can adjust environment variables in the .env file.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Runs the linter to check for any issues.
Runs the linter and fixes any issues.
Runs the formatter to check for any issues.
Runs the formatter and fixes any issues.
Runs the formatter and linter to check for any issues.
Runs the formatter and linter and fixes any issues.
This project was bootstrapped with Create React App.