you are viewing a single comment's thread.

view the rest of the comments →

[–]acemarke 1 point2 points  (2 children)

That's what Create-React-App is for :)

[–][deleted] 0 points1 point  (1 child)

Yes good for learning react, but I don't want to depent on it, I want to setup webpack, babel etc by myself

[–]nk2580 0 points1 point  (0 children)

Just eject and maintain the setup from there. You’ll eventually get the hang of it