Skip to content
Sougata Dafader edited this page Dec 10, 2019 · 1 revision

Big-Bro

Client


  • Open Terminal/ Command Prompt and type in the following command

    git clone https://github.com/sougatadafader/dot-comm-unity.git

  • Change directory, by cd-ing into the new folder.

    cd dot-comm-unity

  • Install dependencies.

    npm install

  • Start your client npm start The application will run on port 3000 of your localhost.

  • Congratulations you've successfully setup the client on your system.

Clone this wiki locally