Guest User

Untitled

a guest
Apr 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. react-atlas-connect/
  2. |-- client/ [React front-end]
  3. |-- src/ [React Components, Router, Logic]
  4. |-- .babelrc [Babel Configuration]
  5. |-- package.json [Client NPM Configuration]
  6. |-- webpack.config.js [Webpack Configuration]
  7. |-- yarn.lock [Yarn Lock File]
  8. |-- public/ [React front-end is compiled to here]
  9. |-- css/
  10. |-- images/
  11. |-- js/
  12. |-- routes/ [Declare Express back-end endpoints]
  13. |-- views/ [Declare Express back-end templates]
  14. |-- .gitignore
  15. |-- app.js [Main Server Backend Class]
  16. |-- atlassian-connect.json [Static Atlassian Connect Descriptor]
  17. |-- config.json [Contains Server URL, Database Configuration]
  18. |-- package.json [Server NPM Configuration]
  19. |-- Procfile [Used by Heroku]
  20. |-- yarn.lock [Yarn Lock File]
Add Comment
Please, Sign In to add comment