Work in progress - A simple decision helper
You must have npm installed on your computer. From the root project directory run these commands from the command line:
npm install
This will install all dependencies.
To build the project, first run this command:
npm start
This will perform an initial build and start a watcher process that will update bundle.js with any changes you wish to make. This watcher is based on Browserify and Watchify, and it transforms React's JSX syntax into standard JavaScript with Reactify.
To run the app, spin up an HTTP server and visit http://localhost/.../decisionBuddy/. Or simply open the index.html file in a browser.