Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 341 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 341 Bytes

Boomtown 🏙

Server

Commands must be run from the server directory:

Installation

yarn install

Run

yarn run start:dev

Client

Commands must be run from the client directory:

Installation

yarn install

Run

yarn start

Build

yarn run build