I’m not expirenced in react app development. I got a react project passed down form another developer from on my team and I can’t figure out how to build it
What I did:
<code>npm i react
npm install
npm run build
</code>
<code>npm i react
npm install
npm run build
</code>
npm i react
npm install
npm run build
my build results in an error message:
ENOENT: no such file or directory, open 'react-clientbuild2.chunk.js'
BUT the .gitignore file contains the /build directory (as to not occupy too much space on gitlab i presume) so any “build” files are meant to be generated in the build process?