Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 233 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 233 Bytes

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