Skip to content

web ui for managing products and articles on grbpwr.com

Notifications You must be signed in to change notification settings

jekabolt/grbpwr-admin-client

Repository files navigation

GRBPWR admin client

Prerequisites

  1. Make sure that you have Node.js installed with yarn.
  2. Make sure protoc-gen-typescript-http is installed and present on your $PATH

Installation and Setup Instructions

  1. Clone down this repository.

  2. Install packages:

make install or yarn install

  1. Pull and generate proto files:

cd ./proto/ && git pull origin main && cd .. && make init

  1. Create .env file in root folder (copy paste variables from .env.example and add yours if needed for local development)

  2. To start in dev mode:

make dev or yarn dev

  1. To Visit App:

localhost:4040

About

web ui for managing products and articles on grbpwr.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages