A simple and interesting puzzle to find the hidden Dutch words from the scattered letters.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone Git repository
git clone https://github.com/nickyvanurk/boggle.git
Install required npm modules
npm run install:client
npm run install:server
Start the client and server
npm run start:client
npm run start:server
Surf to localhost:8000!
This project is licensed under the MIT License.