Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 883 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 883 Bytes

Boggle

A simple and interesting puzzle to find the hidden Dutch words from the scattered letters.

Boggle demo

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

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!

Built With

  • React - The UI library used
  • Node A JavaScript runtime
  • Express - The web framework used for the API

License

This project is licensed under the MIT License.