This project presents a simple Game of Shells in React and Redux. The app is an 100% Javascript Web-App.
To launch this application please follow this instructions:
- Install in your local computer
node
,yarn
andnpx
- Download the source files to your local computer in
React-Redux-Game-of-Shells
git clone git://github.com/BricePissard/React-Redux-Game-of-Shells.git
- Install the node dependencies:
cd React-Redux-Game-of-Shells
yarn install
- Start your local node server for testing:
yarn start
- Generate the build of the Web-App:
npm run build
- Launch Jest unit tests:
yarn test
An online version can be tested here: