Example at memo.surge.sh
Based on create-react-app
The simple game for training your memory... Thanks to latest CRA updates, this app works in offline. Furthermore you can add it on the mobile desktop on Android device and play in offline too 👍
git clone https://github.com/EddiG/cra-memo.git
cd cra-memo
yarn installstart the development server
yarn startbuild for production
yarn buildrun tests
yarn testDeploy with Surge
Install surge
yarn global add surgeBuild
yarn buildDeploy
surge -p ./build