Skip to content

SSR Hypernova (just first request) + SPA + Rails + Webpack

Notifications You must be signed in to change notification settings

agungyuliaji/HypernovaRailsWebpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run and Setup

Run Rails Server

  • go to rails-server folder
  • bundle install
  • rails s

Run Hypernova Server

  • go to react-assets folder
  • yarn install
  • yarn run-dev

Go to http://localhost:3000 to see react + with example react router rendered

Folder Structure Information

  • rails-server : rails app
  • react-assets : react assets hosted on hypernova
  • react-assets/build : bundle path, bundle.js for client, ssr-bundle.js for SSR
  • react-assets/src : react codes
  • react-assets/ssr : hypernova configuration and SSR related code

About

SSR Hypernova (just first request) + SPA + Rails + Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published