A simple Single Page Application (SPA) built with Vite and Docker. This project demonstrates how to create a modern web application and deploy it using Docker and serve it with Nginx.
- Built with Vite: A fast and optimized build tool for modern web applications.
- Dockerized: The application is containerized using Docker for easy deployment.
- Nginx: Served using Nginx as a lightweight web server.
Follow these steps to get a local copy up and running on your machine.
Make sure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/Riwi-io-Medellin/spa-counter.gitClone the repository, preferably using the SSH security key or you can also use the HTTPS method.
- Navigate to the Project Directory:
cd spa-counter- Build the Docker image:
docker build -t spa-contador:v1.0 .- Run the container:
docker run -p 2323:80 --name spa-contador-container spa-contador:v1.0Visit your application at http://localhost:2323 in your browser.
Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please open an issue or submit a pull request to the branch develop
© 2024 Riwi. All rights reserved.
The content of this project, including but not limited to text, images, graphics, and code, is the property of Riwi and is protected by copyright laws. It may not be reproduced, distributed, modified, or transmitted in any form or by any means without the prior written permission of Riwi.
For inquiries regarding the use or distribution of this project, please contact Riwi at formacion@riwi.com.

