Skip to content

dnerochain/dxchange-frontend

Repository files navigation

Luchow Frontend

Quick Start

install dependencies using yarn

yarn

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start