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
- Host: GitHub
- URL: https://github.com/tkhoa2711/twitter-hate-speech-client
- Owner: tkhoa2711
- Created: 2018-04-19T11:50:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T12:27:13.000Z (about 8 years ago)
- Last Synced: 2025-07-28T00:23:31.736Z (11 months ago)
- Topics: angular, typescript
- Language: TypeScript
- Size: 17.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`