- A simple React web app simulating math arithmetic cards. - It has a responsive UI and different modes for both the type of arithmetic and number size. - The project was bootstrapped with Create React App and Sass. - You can also try a live demo. |
The boilerplate Create React App notes are in CREATE_REACT_APP.md.
The cards app logic is in ./src
NodeJS installed with npm.
git clone <this repo's URL>
cd path/to/cloned/repo
npm install
npm run build
Development serve
npm start
Serving the build (must have serve installed using npm)
serve -s build
Navigate to http://localhost:3000 in your browser.