Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 310 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 310 Bytes

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