0

Why not install after entering create react app myapp?

18th Feb 2022, 4:47 PM
๐™ฒ๐šŠ๐š•๐š• ๐š–๐šŽ ๐š–๐šŽ๐š๐šŠ๐š๐š›๐š˜๐š—
3 Antwoorden
+ 1
What to install? With create react app nameOfApp you create react template for building your react app, it install for you important library what you can find inside "node-modules" folder.
18th Feb 2022, 5:32 PM
PanicS
PanicS - avatar
0
Code template generation does not install the packages for you. You can run command "npm install" to install the packages.
19th Feb 2022, 9:26 AM
Calviีฒ
Calviีฒ - avatar
0
Showing 'npm fund' at last
20th Feb 2022, 9:51 AM
๐™ฒ๐šŠ๐š•๐š• ๐š–๐šŽ ๐š–๐šŽ๐š๐šŠ๐š๐š›๐š˜๐š—