https://github.com/ingvaar/beauf-net-front
A simple quote website frontend built using React
https://github.com/ingvaar/beauf-net-front
Last synced: 3 months ago
JSON representation
A simple quote website frontend built using React
- Host: GitHub
- URL: https://github.com/ingvaar/beauf-net-front
- Owner: ingvaar
- Created: 2021-08-18T12:06:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T18:03:33.000Z (10 months ago)
- Last Synced: 2024-11-04T21:37:14.753Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.49 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - ingvaar/beauf-net-front - A simple quote website frontend built using React (TypeScript)
README
# Beauf.net - front
###### Powered by
### 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`.