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.
 
 

15 lines
507 B

## Number Munchers
A rebuild of the [classic MECC math game](https://en.wikipedia.org/wiki/Munchers) 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](https://webpack.github.io/docs/webpack-dev-server.html).
Run `npm run prod` in the project root to assemble prod bundles.
Navigate to http://localhost:8080/.