Skip to content

Instantly share code, notes, and snippets.

@ayroblu
Created February 19, 2017 00:16
Show Gist options
  • Save ayroblu/bded33a55de6d5af30a43e17226df0f5 to your computer and use it in GitHub Desktop.
Save ayroblu/bded33a55de6d5af30a43e17226df0f5 to your computer and use it in GitHub Desktop.
require('ignore-styles')
require('babel-register')({ ignore: /\/(build|node_modules)\//, presets: ['react-app'] })
const createElement = require('react').createElement
const renderToString = require('react-dom/server').renderToString
const {match, RouterContext} = require('react-router')
const routes = require('../src/routes').default()
const configureStore = require('../src/store').default
const Provider = require('react-redux').Provider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment