zahidaramai / cloud-annotations-client

Source for the Cloud Annotations tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Annotations Client

This is the setup and usage information for a local development environment for the Cloud Annotations tool.

Project setup

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

Install the dependencies:

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.

Local development

Start the app:

npm start

Open http://localhost:3000 to view it in the browser.

Issues

Please file any issues on the training repo

About

Source for the Cloud Annotations tool

License:MIT License


Languages

Language:JavaScript 75.7%Language:CSS 17.8%Language:TypeScript 5.3%Language:Shell 0.7%Language:HTML 0.5%Language:Dockerfile 0.1%