Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ingvaar/beauf-net-front

A simple quote website frontend built using React
https://github.com/ingvaar/beauf-net-front

Last synced: 4 days ago
JSON representation

A simple quote website frontend built using React

Awesome Lists containing this project

README

        

# 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`.