Front-end code for the sCRBle game (it's just scrabble).
I wanted to play this with some people over the internet but I didn't find any great websites to play it
- Install the angular cli (if not already installed)
- Create a .env file
- Add a BACKEND_URL variable which shall be the url to your backend server (ex.:
BACKEND_URL="scrble-server.my-website.com"
) - Add a BACKEND_PORT variable which shall be the port your backend server is running on (ex.:
BACKEND_PORT=6942
) - Run
npm run build
- Serve the content of dist/scrabble with the server of your choice (apache, nginx, etc...)