This project was bootstrapped with Create React App.
Publicly accessible link: http://sentence-game.now.sh - deployed to now.sh free plan, so first visit might be long, because app froze.
yarn
# install dependencies
yarn
# run dev server
yarn start
npm
# install dependencies
npm install
# run dev server
npm start
React
- view layerRedux
- stateJest
- testingprop-types
- typecheckingreact-slick
- fancy sliding between inputs
├── README.md
├── now.json
├── package.json
├── public/ - static files
├── src
│ ├── App.js - App lives here
│ ├── components/ - react components located here
│ ├── index.js - entry file
│ ├── store/ - Redux related files
│ └── utils/ - Utility functions
└── yarn.lock