An open API service indexing awesome lists of open source software.

https://github.com/tkhoa2711/twitter-hate-speech-client

The client interface for our Twitter hate speech project
https://github.com/tkhoa2711/twitter-hate-speech-client

angular typescript

Last synced: about 2 months ago
JSON representation

The client interface for our Twitter hate speech project

Awesome Lists containing this project

README

          

# twitter-hate-speech-client
The client interface for our Twitter hate speech project

Installation Guide
1. Install NPM (https://www.npmjs.com/get-npm)
2. Open Terminal/console
3. Install angular CLI by running:
npm install -g @angular/cli
3. In the project folder run:
npm install
4. To execute the project run:
ng-serve
5. To run the test:
ng e2e -s false
6. To run specific test suite
ng e2e -s false --specs `test suite name`