Skip to content

Instantly share code, notes, and snippets.

@goonan24
Created September 18, 2023 13:40
Show Gist options
  • Save goonan24/dcc39c40ad244b24868050308b6c8bee to your computer and use it in GitHub Desktop.
Save goonan24/dcc39c40ad244b24868050308b6c8bee to your computer and use it in GitHub Desktop.

links to github repos

links to the github repos changed with card

answer questions below.

  • What are the similarities and what are the differences in repo structure? Find 5 similarities and 1 difference between each of the 4.
    • they all have the SRC file folder.
  • Look at the syntax of a js/template file from each. Identify something vanilla in each and something library specific in each (8 total items here)?
    • import -> vanilla
    • export -> vanilla
    • const -> vanilla
    • adapter -> library specific
    • webServer -> library
      • testDir -> library
      • testMatch -> library
    • await -> vanilla
  • Review package.json - What is common amongst them, what's different? What commands can we run? Try to run all the different commands in the repo for each project.
    • They all have scripts set up for start, build and test.
  • Rank order these for readability / ease of your understanding and give a brief justification as to why you thought 1 was the easiest and 4 was the hardest to understand (or that you didn't understand!)
    • angular-boilerplate
    • sweltekit
    • vite-vue
    • create-react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment