Live demo https://sentencegame.netlify.app
This project contains static UI content (html, js, images etc).
Using ES6, React
- Redux for state management
- Emotion for styling
- Jest and Enzyme for testing
- react-spring for animations
- Formik for building forms
npm installto install dependencies in the node_modules foldernpm startto run webpack dev server with hot loading -> localhost:3000npm testto execute Jest tests in watch modenpm run lintto run eslintnpm run formatto format code by prettiernpm run-scripts buildto build the project