Skip to content

Instantly share code, notes, and snippets.

@klinyecviktor
Created May 26, 2017 14:16
Show Gist options
  • Save klinyecviktor/51e5b4fd3ea72ab5d7cf8493806d9687 to your computer and use it in GitHub Desktop.
Save klinyecviktor/51e5b4fd3ea72ab5d7cf8493806d9687 to your computer and use it in GitHub Desktop.
Folder structure
- /src
  - /routes
  - /utils
  - /constants
  - /queries (here we will include our components probably)
  - /mutations
  - Environment.js
  - app.js
- /configs
  - webpack.production.js
  - webpack.dev.js
  - webpack.js
  - ... other configuration files
- /dist
  - index.html
  - main.js
  - style.css
- package.json
- server.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment