React Project Structure use prettier for code formatting looking for this document for its Editor Integration use ESLint for code lint To run yarn dev or npm run dev To Test yarn test or npm run test Testing Follow this blog Using Jest and Testing Library Other hints for structure link 1 link 2 Hints about function/stateless vs class/state-full blog 1 blog 2