An open API service indexing awesome lists of open source software.

https://github.com/buenclima/betrust-frontend

Frontend application using React with Typescript
https://github.com/buenclima/betrust-frontend

frontend react react-testing redux redux-toolkit storybook typescript

Last synced: 2 months ago
JSON representation

Frontend application using React with Typescript

Awesome Lists containing this project

README

          







BeTrust - Frontend



React
Redux
Typescript
Vite
Material UI
i18n
React Hook Forms

## **Installing the repo**

Clone the repo to a local folder.

`git clone https://github.com/BuenClima/betrust-frontend`

Enable corepack on the project.

`corepack enable`

CD into the folder and yarn to install dependencies through.

`yarn`

## **Environment Variables**

You will need various environment variables set to run the project. Ask another team member to send you these as save them in a file `.env` in the current folder. The `.env` is used on production and `.env.development` on development environment. A `.env.example` file is provided to fill it with the required variables.

## **Run the app**

To run the app locally

`yarn dev`