To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/akosfi/ecommerce-site-assignment.git
# or
gh repo clone akosfi/ecommerce-site-assignment- Navigate to the project directory:
cd ecommerce-site-assignment- Install dependencies with npm:
npm i4/A. Start the development server:
npm run dev4/B. Start the production server:
npm run build
npm run startThen site should be running on http://localhost:3000.