/cra-memo

Example of progressive web application based on create-react-app

Primary LanguageJavaScript

React Memo

Example at memo.surge.sh
Based on create-react-app

Description

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 👍

Use

git clone https://github.com/EddiG/cra-memo.git
cd cra-memo
yarn install

start the development server

yarn start

build for production

yarn build

run tests

yarn test

Deploy with Surge

Install surge

yarn global add surge

Build

yarn build

Deploy

surge -p ./build