React Boilerpoint Question? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

28th Sep 2019, 1:52 AM
Alex Merced
Alex Merced - avatar
2 Answers
+ 2
Add following export default Greeting; at the end of start.js
28th Sep 2019, 2:56 AM
Calviղ
Calviղ - avatar
0
I appreciate the help, but this did not seem to work either
28th Sep 2019, 5:14 PM
Alex Merced
Alex Merced - avatar