Javascript compilation error when trying to import react

Code:
// React and react components
import React from ‘react’;
import ReactDOM from ‘react-dom’
import {Provider} from ‘react-redux’
import App from ‘./containers/App’

Error Message: “Syntax error 800A03EA at line 2”

I got the whole project from https://github.com/mimshwright/mimstris
and changed nothing.

What am I doing wrong?