Web version of the battleship game.
- JavaScript (ES6)
- webpack
- jest
- NodeJS, npm, yarn, eslint
To get a local copy up and running follow these simple example steps.
You will need to have a recent version of Node.js, jest and optionally eslint installed.
run git clone https://github.com/mcrd25/battleship.git
run cd battleship
run yarn install
or npm install
run yarn start
or npm run start
to launch app server
run yarn build
or npm run build
to build app for production
After building app for production it can deployed by opening index.html or adding files in dist to any webserver.
👤 Maya Douglas (mcrd25)
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- The app was inspired by this project
This project is MIT licensed.