Skip to content

Instantly share code, notes, and snippets.

@martdn
Last active November 22, 2019 06:26
Show Gist options
  • Save martdn/bcfd9dd35a6419dbfdfc72de6399400e to your computer and use it in GitHub Desktop.
Save martdn/bcfd9dd35a6419dbfdfc72de6399400e to your computer and use it in GitHub Desktop.
Frontend folder-structure
|-- frontend
|   |-- src
|   |   |-- assets
|   |   |   |-- images
|   |   |   |-- fonts
|   |   |   '-- svg
|   |   |-- components
|   |   |   '-- App...
|   |   |-- shared
|   |   |   |-- elements | user-input | или другое название // buttons, input elements etc...
|   |   |   '-- utils // utility functions
|   |-- webpack.config.js
|   '-- postcss.config.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment