Open helenzhou6 opened 5 years ago
It helps if the files were organised into folders. For example putting files related to what the client sees in a folder called public - the css and html and then a src folder - for React components and index.js
public
css
html
src
index.js
yeah our structure is a mess. We will rearrange thanks
It helps if the files were organised into folders. For example putting files related to what the client sees in a folder called
public
- thecss
andhtml
and then asrc
folder - for React components andindex.js