-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Sougata Dafader edited this page Dec 10, 2019
·
1 revision
-
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 startThe application will run on port 3000 of your localhost. -
Congratulations you've successfully setup the client on your system.