Skip to content

wego/es6-react-webpack-rails-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Rendering a ES6 React.js App Using Ruby on Rails

A Full tutorial article can be found at: Part 2: Server Rendering a ES6 React.js App Using Ruby on Rails.

Basic Setup

  1. Be sure that you have Node installed! We suggest nvm, with node version v5.3.0 or above. See part 1 of the blog.
  2. git clone git@github.com:wego/es6-react-webpack-rails-demo.git
  3. cd es6-react-webpack-rails-demo
  4. Check that you're using the right version of node. Run node -v to check, you should see 5.3.0
  5. bundle install
  6. npm install
  7. rails server
  8. Open a browser tab to http://localhost:3000 for the Facebook example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages