- Signal Annotation Tool
- Signal Annotation Tool (Client)
- Signal Annotation Tool (Server) (this repository)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The project requires the following software present on your local machine:
- Node.js
- NPM
- ng-cli
Once the prerequisites fulfilled, open a terminal, go to the root of this repository and run:
npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
- Angular2 - The web desktop framework used
- Socket.io - Real-time, bidirectional and event-based communication
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details