Skip to content

icyJoseph/flashlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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