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

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

Notifications You must be signed in to change notification settings

EddiG/cra-memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages