Riding on the ocean of Node.js.
Install Node.js
Install Sails:
npm install -g sails
Setup yacht-rock for development:
git clone https://github.com/lynnaloo/yacht-rock
cd yacht-rock
npm install
sails lift
Watch the React client folders for changes:
grunt watch
Point your browser to http://localhost:1337
to see Yacht Rock's Greatest Hits!
Add some more Yacht Rock hits by sending a POST to the API:
This setup is a decent starting place to play around with Node.js, Sails.js, and React.js.