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)
- Clone:
git clone https://github.com/minhna/meteor-react-ssr.git - Go inside the cloned directory
- Remove the
.gitdirectory: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.