GabeDeLaO / sailsjs-reactjs-starter

:boat: React.js + Flux + Sails.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Lastly

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

About

:boat: React.js + Flux + Sails.js

License:MIT License


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:CSS 0.1%