https://github.com/eulixir/coffee-delivery-ignite
https://github.com/eulixir/coffee-delivery-ignite
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eulixir/coffee-delivery-ignite
- Owner: eulixir
- Created: 2023-08-23T23:21:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T16:03:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T16:51:16.536Z (about 1 year ago)
- Language: TypeScript
- Size: 3.61 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coffee Delivery
Would you like a coffee?
## 💻 Project
This is a simple and straightforward way to buy coffee

## 🚀 Techs
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/)
## Run project
```bash
# Clone this repository
$ git clone git@github.com:eulixir/coffee-delivery-ignite.git
# Access the project folder in your terminal
$ cd coffee-delivery-ignite
# Install the dependencies
$ yarn or npm install
# Run the application in development mode
$ yarn dev or npm run dev
```