geowarin / boot-react

A starter application with spring boot and react
MIT License
591 stars 155 forks source link

Error in ./src/index.js on npm run #33

Closed erikmartinessanches closed 7 years ago

erikmartinessanches commented 7 years ago
ERROR in ./src/index.js
Module build failed: SyntaxError: Unexpected token (5:16)

  3 | import App from './App';
  4 | 
> 5 | ReactDOM.render(<App />, document.getElementById('root'));
    |                 ^
  6 |