This project was made by:
- Weronika Dębowska - backend
and
- Ewelina Kijanowska - frontend
It is a simple one person scrabble game. You can see and play it here.
- Angular 7
- Angular Material
- Bootstrap 4
If you want to run the backend server go to this repository.
To view this project first run npm install and then ng serve -o to start a dev server. Your default browser will automatically open http://localhost:4200/ address.
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.
git checkout -b gh-pages
ng build --prod --base-href https://EwelinaKi.github.io/ScrabbleFrontend/
ngh --dir=dist/frontend
