This is a template for starting frontend projects using Vite, React, TypeScript, Tailwind CSS, Docker, and Docker Compose.
To get started with this project, follow these steps:
Clone the repository:
git clone <repository-url>
cd <the-repository-here>
Build and run the Docker container:
docker-compose up --build
Open your browser and navigate to http://localhost:8080 to view the application.
The application is served using Nginx. The Nginx configuration is included in the Dockerfile and Docker Compose configuration.
The project uses Docker and Docker Compose for containerization. The Dockerfile installs dependencies, builds the application, and then serves it using Nginx.
docker-compose build
Dependencies:
npm,
Port: The application is served on port 8080, you can change if you want and to don't have conflicts if a other port is alocated