Skip to content

Startup Company for open market hub for selling or buying products and services (Frontend)

Notifications You must be signed in to change notification settings

dhunganabibek/open-market-hub-frontend

Repository files navigation

OpenMarketHub Front End

Startup Company for open market hub for selling or buying products and services

  • Front End Application

Technology Stack for the front end


For running the project


git clone https://github.com/dhunganabibek/open-market-hub-frontend.git
cd openmarket-hub-front-end
yarn install 
yarn dev

This will start the development server as:


vite development server

The deployment is automated with github actions on pull request to main branch


name: OpenMarketHub frontend CI-CD

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]

jobs:
  build:
    runs-on: self-hosted

    strategy:
      matrix:
        node-version: [16.x]
        source:
          [/actions-runner-openmarkethub/_work/open-market-hub-frontend/open-market-hub-frontend/dist/*]
        destination: [/var/www/openmarkethub.com/openmarkethub]

    steps:
      - uses: actions/checkout@v3
      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v3
        with:
          node-version: ${{ matrix.node-version }}
          cache: "npm"
      - run: sudo apt install -y nodejs
      - run: sudo apt install -y npm
      - run: sudo npm install -g yarn
      - run: yarn install
      - run: yarn run build
      - run: sudo cp -r ${{matrix.source}} ${{matrix.destination}}

Youtube video


Openmarkethub video

About

Startup Company for open market hub for selling or buying products and services (Frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published