# cloud-annotations-client
**Repository Path**: koumei_lee/cloud-annotations-client
## Basic Information
- **Project Name**: cloud-annotations-client
- **Description**: https://github.com/cloud-annotations/cloud-annotations-client.git
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-03-23
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://travis-ci.org/cloud-annotations/cloud-annotations-client)
Cloud Annotations
## Project setup
`git clone` the repo and `cd` into it by running the following command:
```bash
git clone https://github.com/bourdakos1/cloud-annotations-client.git
cd cloud-annotations-client
```
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](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
## Local development
Start the app:
```
npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Issues
Please file any issues on the [training repo](https://github.com/cloud-annotations/training/issues)