Clone the repository: git clone https://github.com/ASMAE20/Containerize-the-app.git
Navigate to the project directory: cd Containerize-the-app
Install the dependencies: npm install
Start the development server: npm run dev
Open your browser and navigate to http://localhost:4000
To run the application in a Docker container:
Build the Docker image: docker build -t image-name .
Run the Docker container: docker run -p 4000:4000 image-name
By ASMAE ELAZRAK