/jp_web_client

A simple Vite demonstrating fullstack capabilities.

Primary LanguageTypeScript

JP Web Client

This project is a simple e-commerce site for the Jungopharm case study, built with React, TypeScript, and Vite.

Prerequisites

  • Node.js v14 or higher
  • npm v6 or higher

Getting Started

To get started with the project, follow these steps:

Installation

To install the necessary dependencies, run:

npm install

Development

To start the development server, run:

locally:

npm run dev

docker:

docker compose -f docker/Dockerfile up