You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ben Burlingham 3b3b9b9109 Options screen key listener and minor reorg. 9 years ago
actions Options screen work started. 9 years ago
components Options screen key listener and minor reorg. 9 years ago
controllers Options screen key listener and minor reorg. 9 years ago
models Options screen work started. 9 years ago
raw Welcome screen built. 10 years ago
reducers Options screen work started. 9 years ago
res Welcome screen built. 10 years ago
sass Options screen work started. 9 years ago
.gitignore Folder structure finalized in light of redux rework. 9 years ago
App.js Options screen work started. 9 years ago
AppSettings.js Housekeeping. 9 years ago
bundle.js Minor debugs and production prep. 9 years ago
index.html Minor debugs and production prep. 9 years ago
index.js Options screen work started. 9 years ago
package.json Minor debugs and production prep. 9 years ago
react-0.14.7.js Minor debugs and production prep. 9 years ago
react-dom-0.14.7.js Minor debugs and production prep. 9 years ago
readme.md Re-architecting to implement redux. 9 years ago
server.js Minor debugs and production prep. 9 years ago
style.css Minor debugs and production prep. 9 years ago
webpack.config.js Minor debugs and production prep. 9 years ago

readme.md

Number Munchers

A rebuild of the classic MECC math game using client-side React.

Development

Number Munchers uses Webpack for live reloading and ES6 transpilation.

Run npm install to install the required Node packages.

Run npm run dev in the project root to start the webpack dev server.

Navigate to http://localhost:8080/.