Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 230 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 230 Bytes

multi-step-wizard

Quick start

Before start

cd apps/api-gateway
cp .env.example .env

Start app

yarn install
yarn db
yarn api
yarn client