try to run "yarn" or "npm install" before run "yarn start".
If this does't solve try "yarn add bootstrap".
I think you are not downloading 'node_module' before starting the project.
The folder contains all the necessary dependencies for your project to run. Using the command "yarn" or "npm install" you would be downloading this folder in the project.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…