Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.28 KB

La Coctelera (frontend)

La Coctelera is a simple web service in which cocktail recipes are collected and openly shared.


Warning

This service is in an early stage of development.

This repository includes the frontend side of La Coctelera web service. The backend side of the service shall be found here. The service's frontend is developed in JavaScript using React library and Tailwind CSS framework.

Build & Deploy

Currently, only local deployment is supported.

Dependencies

In order to run this service, following dependencies are needed:

  • Node.js. The latest LTS version installation guidelines found here.

After installing Node.js, install the rest of dependencies specified in package.json file simply running

$ npm install

from the root of the project's directory.

Start

To start a development server, run:

$ npm run dev

To view the project in your browser follow the next URL: http://localhost:5173/ingredient

Functionality

Sends a new ingredient to the app's database.