Skip to content

TheCoderAdi/zipouter-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZipOuter - Frontend

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.

Project Setup

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:

  1. Clone this repository:

    git clone https://github.com/TheCoderAdi/zipouter-frontend.git
  2. Navigate to the project directory:

    cd zipouter-frontend
  3. Install dependencies:

    npm install

Available Scripts

In the project directory, you can run the following commands:

Development Mode

Run the app in development mode:

npm run dev

Visit http://localhost:5173 in your browser.

Production Build

Build the app for production:

npm run build

Serve Production Build

Serve the production build locally:

npm run serve

Additional Information

For 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors