Skip to content

tybur3/shopping

Repository files navigation

Welcome to Shopping!

Getting Started

Installation

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

npm run build

Deployment

Docker Deployment

To build and run using Docker:

docker build -t my-app .

# Run the container
docker run -p 3000:3000 my-app

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors