PRODUCT MINE

Description

Product Mine App is a website that makes it easy to manage/view what goods are in your market.



Technologies

Run Locally

### nb: Untuk sekarang masih tidak ada user access dan datanya masih static tidak menggunakan database
  • Requirement:

  • Clone the repo.

    git clone https://github.com/faisalchakiki/fe-product-manage.git
    cd fe-product-manage
  • Install the dependencies.

    npm install

    Development

    Run the development server and open http://localhost:3000

    npm run start

    Production

    Build the app for production.

    npm run build