Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (37 loc) · 828 Bytes

README.md

File metadata and controls

37 lines (37 loc) · 828 Bytes

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