Skip to content

Instantly share code, notes, and snippets.

@kireerik
Created March 3, 2018 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kireerik/236ceffc5e1346ee0bdd8c1da02555d2 to your computer and use it in GitHub Desktop.
Save kireerik/236ceffc5e1346ee0bdd8c1da02555d2 to your computer and use it in GitHub Desktop.
Material-UI: Get started (Fast!) ⚡ React 16+
import express from 'express'
import server from './server'
export default express()
.use((request, response) => server.handle(request, response))
.listen(process.env.PORT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment