Skip to content

ingvaar/beauf-net-front

Repository files navigation

Beauf.net - front

Powered by

React Logo

Technical Stack

This a react app created using create react app, the technologies used are :

  • Typescript
  • Redux
  • Material ui (v4)
  • scss
  • React Router Dom
  • i18n
  • Axios

Deployment

To deploy the project you can use the dockerfile located at the root of the repository.

Configuration

The only configuration parameter available is the remote API url, you find it in the example environment file: .env.example, this has to be set to the address of an instance of the backend.

Development

Usage

This project have live reload enabled thanks to create react app, you can launch it using yarn start. It will open the application in your default web browser and is located by default at http://localhost:3000.