Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 262 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 262 Bytes

Tug-Of-War

Tug Of War game build with Angular

Demo

https://teodorkolev.github.io/Tug-Of-War/

Run

npm install
npm start

Upload to github pages

ng build --prod --base-href "https://teodorkolev.github.io/Tug-Of-War/"
npx ngh