Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisauter/si-frontend-gasolinera
https://github.com/luisauter/si-frontend-gasolinera
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luisauter/si-frontend-gasolinera
- Owner: LuiSauter
- License: apache-2.0
- Created: 2024-04-29T17:50:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:49:53.000Z (6 months ago)
- Last Synced: 2024-07-18T16:59:10.467Z (6 months ago)
- Language: TypeScript
- Homepage: https://si-frontend-gasolinera.vercel.app
- Size: 745 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React + TypeScript + Vite (TEMPLATE)
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
## Installation
Clone the repository.
Install dependencies using npm/yarn/pnpm install.
```bash
git clone [repository url]npm install
npm run dev
```## Configure the environment variables.
Create `.env` file
```bash
VITE_API_URL="http://localhost:3000"
```## Usage
Provide examples if necessary.
## Contributing
Fork the repository or download repository.### Create a new branch
Gitflow
```bash
git checkout -b feature/new-feature
```### Make changes and commit them
Conventional commits
```bash
git commit -m "feat(product): Add new feature"
```### Run TESTS
```bash
npm run test
```
If all tests were successful### Push to the branch
```bash
git push origin feature/new-feature
```Create a new Pull Request.