react-router-tutorial icon indicating copy to clipboard operation
react-router-tutorial copied to clipboard

Share node packages between lessons

Open nojaf opened this issue 9 years ago • 2 comments
trafficstars

Is it just me or is it a bit annoying to have to install node modules for each lesson? Would it not make more sense to share the packages?

nojaf avatar Sep 22 '16 18:09 nojaf

I used the tutorial in only a single directory and just built on it from step to step. So technically, my app is living in the lessons/01-setting-up folder. It is working fine for me like this. I figured that the separate folders for each lesson was more of a way to organize the repo better.

m2mathew avatar Nov 17 '16 19:11 m2mathew

Like @m2mathew says I feel I read somewhere that it is recommended that you follow along and write all the code another place rather than jumping inn and out of the different folders. You might learn better if you follow the guide this way.

Andersos avatar Nov 23 '16 10:11 Andersos