React Boilerpoint Question? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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