Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ingvaar/beauf-net-front
- Owner: ingvaar
- Created: 2021-08-18T12:06:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T18:33:55.000Z (3 months ago)
- Last Synced: 2024-08-01T13:37:22.940Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
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`.