Skip to content

Instantly share code, notes, and snippets.

@anttti
Created July 26, 2020 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anttti/a9e2cfc0c935ffc7074bc87cfa3deee6 to your computer and use it in GitHub Desktop.
Save anttti/a9e2cfc0c935ffc7074bc87cfa3deee6 to your computer and use it in GitHub Desktop.
Webbidevaus 90: React-projektin esimerkkitiedostopuu
- src/
--- domain/
----- user/
------- components/
--------- avatar/
----------- index.js
----------- index.css
------- pages/
--------- profile/
----------- index.js
----------- index.css
----------- index.test.js
----- payments/
------- components/
--------- payment-form/
--------- payment-wizard/
------- services/
--------- payment/
----------- index.js
--------- currency/
----------- index.js
----------- test.js
----- error/
------- components/
--------- error-message/
--------- error-boundary/
------- services/
--------- error-tracking/
----------- index.js
----------- test.js
--- components/
--- hooks/
--- context/
--- services/
----- format/
------- date/
--------- index.js
--------- test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment