Skip to content

Commit

Permalink
Added 'webpack_in/entry.jsx' for the JSX entry logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratbn committed Jan 18, 2017
1 parent 9488a5c commit 682de42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack_in/entry.jsx
@@ -0,0 +1,6 @@
// This file 'entry.jsx' is part of an example for building a minimalistic React front-end app
// step by step as outlined in the tutorial blog at
// http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/


console.log("JSX entry logic.");

0 comments on commit 682de42

Please sign in to comment.