An open API service indexing awesome lists of open source software.

https://github.com/hugodf/game-of-shells

Implementation of the game of shells
https://github.com/hugodf/game-of-shells

Last synced: 22 days ago
JSON representation

Implementation of the game of shells

Awesome Lists containing this project

README

        

# Game of Shells

An implementation of Game of Shells in React using Redux for state management.

Run `npm install` in the directory and `npm start` to start the development server.

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

Below you will find some information on how to perform common tasks.

You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).

## Table of Contents

- [Available Scripts](#available-scripts)
- [npm start](#npm-start)
- [npm test](#npm-test)

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.

See the section about [running tests](#running-tests) for more information.