0
React Boilerpoint Question?
REACT HELP: Trying to build a very basic React boilerplate because doing Create-React-App seems like overkill for some basic practice. In this repo there is two boilerplate files, the second works but then all the code would be in one file. The second file point to start.js as the app component but when I run it in the browser nothing appears. What am I overlooking, I’ve seen several other boilerplates and doesn’t seem like I’m doing anything different. https://git.generalassemb.ly/AlexMerced/PracticeRepo/tree/master/react
2 odpowiedzi
+ 2
Add following
export default Greeting;
at the end of start.js
0
I appreciate the help, but this did not seem to work either