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
- Host: GitHub
- URL: https://github.com/hugodf/game-of-shells
- Owner: HugoDF
- Created: 2017-05-12T09:46:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T13:06:05.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T01:39:14.583Z (2 months ago)
- Language: JavaScript
- Homepage: http://hugodf.xyz/game-of-shells/
- Size: 664 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.