Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 345 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 345 Bytes

Flashlight

Project I contributed to during Gothenburg startup hack 2018.

Installation

yarn install
cd client
yarn install
cd ..

# One liner
yarn install && cd client && yarn install && cd ..

Running

From the root directory:

# Run both
yarn start

# Run client
yarn start:client

# Run server
yarn start:server