Skip to content

Facebook on a Boat. React.js + Flux + Sails.js

License

Notifications You must be signed in to change notification settings

yodaddyp/yacht-rock

 
 

Repository files navigation

Yacht Rock: React on a Boat

React on Sails.

Riding on the ocean of Node.js.

Know the Ropes

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

Get Underway

sails lift

Watch the React client folders for changes:

grunt watch

Anchors aweigh!

Point your browser to http://localhost:1337 to see Yacht Rock's Greatest Hits!

Outward bound

Add some more Yacht Rock hits by sending a POST to the API:

add-data

But Seriously

This setup is a decent starting place to play around with Node.js, Sails.js, and React.js.

About

Facebook on a Boat. React.js + Flux + Sails.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%