njarin / example-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

bundle install
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
rake db:setup
rails s
brew install node
npm install
# and you might need to run this...  
./bin/webpack-dev-server --host 127.0.0.1 
# in another tab to make the React compile

About


Languages

Language:Ruby 79.6%Language:HTML 11.1%Language:JavaScript 7.8%Language:CSS 1.5%