Skip to content

Riwi-io-Medellin/spa-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPA Contador

Image Description

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.

Features

  • 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.

Getting Started

Follow these steps to get a local copy up and running on your machine.

Prerequisites

Make sure you have the following installed on your machine:

How to Use

  1. Clone the repository:
git clone https://github.com/Riwi-io-Medellin/spa-counter.git

Clone the repository, preferably using the SSH security key or you can also use the HTTPS method.

ejemplo

  1. Navigate to the Project Directory:
cd spa-counter
  1. Build the Docker image:
docker build -t spa-contador:v1.0 .
  1. Run the container:
docker run -p 2323:80 --name spa-contador-container spa-contador:v1.0

Visit your application at http://localhost:2323 in your browser.

Contributing

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

License

© 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.

About

A simple Single Page Application (SPA) built with Vite and Docker. Learn how to create modern web applications using Docker and serve them with Nginx.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors