https://github.com/sabinadams/defrag
Defrag client on Angular5
https://github.com/sabinadams/defrag
Last synced: 4 months ago
JSON representation
Defrag client on Angular5
- Host: GitHub
- URL: https://github.com/sabinadams/defrag
- Owner: sabinadams
- Created: 2017-11-02T08:02:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:43:44.000Z (over 1 year ago)
- Last Synced: 2025-03-28T00:59:54.936Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Defrag
Let's defragment the gaming community! Our initial goal: Provide a functional social media for the community we know and love. Needs to function as a usable social platform to be a minimum viable product.
# Prerequisites
Node/NPM: https://nodejs.org/en/
Angular CLI: `npm install -g @angular/cli`
## Front-End Stack








## Running this project1. Clone this project and then through the terminal go to the folder.
2. Run `npm install` to install all the dependency packages.
3. Run `ng serve` and navigate to `http://localhost:4200` to view the project.*During development, and changes to the files will automatically reload the app.*
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
*Currently, there are no unit tests, however we should take some time eventually to define what we need to have tests for.*
## Running end-to-end testsRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
*Currently, there are no e2e tests, however we should take some time eventually to define what we need to have tests for.*