This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Environment variables needed in development found in `.env.example` !

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### `npm test`

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app

### `npm run lint`

Runs the linter in the console.

### `npm run format`

Format the files in the project with prettier.

### `npm run validate`

Checks the formatting and linter rules for all the files in the source.

### `npm run fix`

It runs the formatting and the linter with --fix option