Skip to content

Commit c636c0e

Browse files
committed
Added 'webpack_in/entry.js' that contains the initial JavaScript entry logic.
1 parent c23d5ad commit c636c0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webpack_in/entry.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This file 'entry.js' is part of an example for building a minimalistic React front-end app step
2+
// by step as outlined in the tutorial blog at
3+
// http://maratbn.com/blogs/2017/01/14/minimalistic-react-webapp/
4+
5+
6+
console.log("JavaScript entry logic.");

0 commit comments

Comments
 (0)