Skip to content

GuidoNebiolo/AWS-IP-Ranges-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS IP Ranges Web App

A web application built with Vue.js 3 and Vite that displays the IP address ranges used by various AWS services.

Table of Contents

Installation

  1. Make sure you have Node.js and npm (Node Package Manager) installed on your machine.
  2. Clone this repository to your local machine.
  3. Navigate to the project directory: cd AWSIPRanges-WebApp
  4. Install the project dependencies: npm install

Usage

To start the development server and view the application, run: npm run dev

This will start the Vite development server and open the application in your default web browser. Any changes you make to the source files will automatically trigger a hot reload.

To build the application for production, run: npm run build

This will create an optimized bundle of the application in the dist directory, which you can then deploy to a web server.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. When contributing, please follow the existing code style and conventions.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published