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,yarnandnpx - 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 testAn online version can be tested here:
