nettohadi / productly

Simplified Frontend Developer Exercise: Product Display

Home Page:https://productly-sigma.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Productly Logo

Productly Project Setup

Introduction

This project is hosted on vercel here. This README provides steps to run a Productly project locally and includes a link to the AccountArea component documentation.

Prerequisites

  • Node.js
  • npm or Yarn

Installation

  1. Clone the repository:

    git clone "https://github.com/nettohadi/productly.git"
  2. Navigate to the directory:

    cd productly
  3. Install dependencies:

    npm install
    # or
    yarn

Running the Project

Start the development server:

npm run dev
# or
yarn dev

Running the Unit Tests

Run the following commannd:

npm run test
# or
yarn test

Additional Documentation

For component-specific details, see the AccountArea README.

About

Simplified Frontend Developer Exercise: Product Display

https://productly-sigma.vercel.app


Languages

Language:TypeScript 90.7%Language:JavaScript 4.0%Language:CSS 3.1%Language:HTML 2.2%