Skip to main content

Folder Structure

  • package.json contains dependencies and scripts for the project
  • node_modules/ location where dependencies are installed
  • public/
    • favicon.ico Icon shown on the browser tab
    • index.html The only html page. View is dynamically changed (Single Page Application). This is the page served when npm run start is executed
  • src/
    • index.js starting point for the application
    • index.css use for global-styles and css-variables