Project made through the Ignite course on the Rocketseat platform. Project carried out as the 2nd challenge to reinforce important ReactJS concepts.
- React
- TypeScript
- Next
- Tailwind CSS
- Phosphor Icons
To get a local copy of the project up and running, follow these steps.
Make sure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/JhonatanGAlves/coffee-delivery.git
cd coffee-delivery
- Install dependencies::
npm install
- Start the application:
npm run dev