git clone
the repo and cd
into it by running the following command:
git clone https://github.com/bourdakos1/cloud-annotations-client.git
cd cloud-annotations-client/src
Install the server dependencies:
npm install
Install the client dependencies:
cd client && npm install
Note: You’ll need to have Node 8.10.0 or later on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.
Start the app:
npm start
Open http://localhost:3000 to view it in the browser.
Please file any issues on the training repo