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
- Host: GitHub
- URL: https://github.com/buenclima/betrust-frontend
- Owner: BuenClima
- License: mit
- Created: 2023-12-13T16:26:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T12:55:01.000Z (over 1 year ago)
- Last Synced: 2025-03-21T16:59:07.659Z (9 months ago)
- Topics: frontend, react, react-testing, redux, redux-toolkit, storybook, typescript
- Language: TypeScript
- Homepage: https://main.d1x60ab8pmzdw.amplifyapp.com/
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
BeTrust - Frontend
## **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`