Simple dice game in React Single static page with a fun dice game implemented in React Install Use npm for JSX processor npm init -y npm install babel-cli@6 babel-preset-react-app@3 # jsx pre-processor and run it npx babel --watch src --out-dir . --presets react-app/prod