Progressively enhanced fork of Thinkful-Ed/stackerAJAX.
Have a look at the synchronous and asynchronous endpoints in action.
In order to build our front end assets, you need to have Node.js/npm latest and git 1.7 or later. (Earlier versions might work OK, but are not tested.)
For Windows you have to download and install git and Node.js.
Mac OS users should install Homebrew. Once Homebrew is installed, run brew install git to install git,
and brew install node to install Node.js.
Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source if you swing that way. Easy-peasy.
First, clone a copy of this git repo by running:
git clone -b grunt git@github.com:jpdevries/stackerForm.gitThen cd into the stackerForm folder and install the Node dependencies:
cd stackerForm
npm installYou should now be able to run the Node server!
npm run start