Welcome to the ZipOuter Frontend repository! This project is built using Vite, a fast and opinionated frontend build tool. The ZipOuter frontend provides a user-friendly interface for interacting with the ZipOuter backend.
0.Before you start, make sure you have Node.js installed on your machine. You can download and install it from Node.js Official Website.
After installing Node.js, you can follow these steps to set up the ZipOuter Frontend:
-
Clone this repository:
git clone https://github.com/TheCoderAdi/zipouter-frontend.git
-
Navigate to the project directory:
cd zipouter-frontend -
Install dependencies:
npm install
In the project directory, you can run the following commands:
Run the app in development mode:
npm run devVisit http://localhost:5173 in your browser.
Build the app for production:
npm run buildServe the production build locally:
npm run serveFor more details about Vite, refer to the Vite Documentation.
If you encounter any issues or have suggestions, feel free to open an issue on this repository.
Happy coding!