A web application built with Vue.js 3 and Vite that displays the IP address ranges used by various AWS services.
- Make sure you have Node.js and npm (Node Package Manager) installed on your machine.
- Clone this repository to your local machine.
- Navigate to the project directory:
cd AWSIPRanges-WebApp
- Install the project dependencies:
npm install
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.
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.
This project is licensed under the MIT License.