Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 331 Bytes

Bingo Test

Required tools

NodeJS, npm, nvm

Run server

Using terminal go to /server folder. Run nvm use, then npm start

Run client

Open a separate terminal and go to /client folder. Run nvm use. Then npm start to run the app in development mode, or npm run build to build the app in production mode.