This is a small demo project to demonstrate how you could use Make, Browserify, Jade, and Marionette to create JavaScript applications. This application will be accomponied by a series of blog posts to explain how each piece fits together.
See a demo of the final result at blakehaswell.github.io/javascript-calculator.
To run the calculator on your local machine you will need to have need to have the following dependencies installed:
- Make
- Node
- Bower
- Ruby
- Bundler
Once you have those, you can install the project’s dependencies by running:
$ make deps
Then build the project by running:
$ make