Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 463 Bytes

File metadata and controls

20 lines (18 loc) · 463 Bytes

uidd2020_team

start

  • switch folder to server
  • use node index.js or npm start to activate server
  • open localhost:[port]/[path] to see the webpage

structure

  • client
    • public - contains all static files
      • src
        • js
        • style
      • img
      • *.html
  • server
    • routes - define api content for each route
      • authRoutes.js
      • apiRoutes.js
    • index.js - create server