https://github.com/aparzi/live-fuel-prices
A project that aims to show live the costs of any fuel of a specific city
https://github.com/aparzi/live-fuel-prices
aparziale fuel hooks molise react react-api-hooks reacttsx typescript
Last synced: 25 days ago
JSON representation
A project that aims to show live the costs of any fuel of a specific city
- Host: GitHub
- URL: https://github.com/aparzi/live-fuel-prices
- Owner: aparzi
- Created: 2022-10-15T10:48:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T16:46:11.000Z (over 3 years ago)
- Last Synced: 2025-02-25T03:28:28.002Z (over 1 year ago)
- Topics: aparziale, fuel, hooks, molise, react, react-api-hooks, reacttsx, typescript
- Language: TypeScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
This project was made in React.ts and aims to show the fuel prices of the selected city
## Available Scripts
In the project directory, you can run:
### `npm run-script start:dev`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Docker
## Development
Start project container in development (localhost):
`docker-compose -f docker-compose.dev.yml up -d --build`
## Information:
If you don't get this response then please run logs for each instance:
`docker logs -f CONTAINER NAME`
How do I see the active container names?
`docker ps -a`