A website to play a game of battleship. Test driven development (jest) was used in the early stages of the project.
To set up the project on the local machince make sure node.js is installed and run the following commands
git clone git@github.com:xAdhithiyan/battleship.git
cd battleship
npm install
To build the project
npm run build