DEV Community

ColtonE37
ColtonE37

Posted on • Updated on

IST 402 Boilerplates

Commonalities Between Boilerplates

Looking at the baseline of all these boilerplates, each has specific files across each one, such as an index.html and package.json. Also, when downloading each one using npm/yarn, each has tons of dependencies needed to run each one. They also include html, css, and JS to provide functionality to the files.

Easiest Developer Experience

For the easiest experience with frameworks, I think VueJS might be the one to go for. The integration of existing projects into VueJS is said to be fast and smooth out of all frameworks, considering I have no experience with any of the others. Vue is one of the most popular frameworks when it comes to starting out, as well as being flexible to its users when building projects.

Which Would I Choose?

After looking through all the frameworks in our Github, I think if I was to build an app tomorrow, I would use VueJS. It is one of the most popular frameworks in businesses and companies, and there is a lot of information regarding this framework, making it easy to learn and understand from a beginner's standpoint.

To see the boilerplate I used, click here
To see the Github for our group's organization, click here

Top comments (0)