- https://github.com/goonan24/vite-vue
- https://github.com/goonan24/create-react-app
- https://github.com/goonan24/angular-boilerplate
- https://github.com/goonan24/sveltekit-1
- https://github.com/goonan24/create-react-app
- I attempted to put my card in here but I don't believe it worked but I did change the code of the webpage to hopfully show that I got to that point.
- 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