Skip to content

Instantly share code, notes, and snippets.

@samverneck
Created December 28, 2016 17:38
Show Gist options
  • Save samverneck/54f8e5fc45cd57315a8b49cafe44acc2 to your computer and use it in GitHub Desktop.
Save samverneck/54f8e5fc45cd57315a8b49cafe44acc2 to your computer and use it in GitHub Desktop.

não sei o que esta acontecendo mas não esta aparecendo o Olá Mundo! aqui esta o código:

o index.html

<title>V++ React Series</title>
<script src="/js/app.min.js"></script>

aqui esta o app.js import React from 'react'; import ReactDOM from 'react-dom';

ReactDOM.render(

Olá Mundo!

, document.getElementById("app") );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment