Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 626 Bytes

meteor-react-ssr

kind of boilerplate

  • meteor 1.7
  • react router v4
  • server side render
  • react-loadable - component based code splitting
  • react-helmet
  • postcss with autoprefixer
  • materializecss (template bootstrap)
  • eslint (coding styles)

how to use this boilerplate

  • Clone: git clone https://github.com/minhna/meteor-react-ssr.git
  • Go inside the cloned directory
  • Remove the .git directory: rm -rf .git
  • Install npm libraries: meteor npm install
  • Run the meteor app: meteor npm start

I created a /test page to test a couple of useful stuffs.

demo

http://meteor-ssr-loadable.minhnguyen.me/