Skip to content

richardbristow/battleships

Repository files navigation

Battleships 🚀🚢

Main Develop Netlify
Lint, Test, Build, Deploy Lint, Test, Build, Deploy Netlify Status

WORK IN PROGRESS

A web app to play battleships in the browser.

Installation

Clone the repository and install the dependencies:

  git clone https://github.com/richardbristow/battleships.git
  cd battleships
  npm install

To start the app:

  npm start

To run the tests:

  npm test

To lint the code:

  npm run lint     # lint javascript and css
  npm run lint:js  # lint javascript
  npm run lint:css # lint css

Other info

This project was bootstrapped with Create React App.

About

A web app to play battleships in the browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published