Framework Name Svelte
Research Conducted By: Brandon Gibbsa, Kory Jackson, Peng Chen, Ryan Geddes
Score (Out of 10): 10
Svelte is a tool for building fast web applications. Similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces.
It's SUPER fast
Item 1 Item 2
click here to see the documentation
Systems Requirements
Above and beyond ‘node’ and ‘linux’, what dependencies or core requirements exist for this framework? Can it play at AWS/Heroku? Does it require a certain database?
Ramp-Up Projections
How long would/should it take a team of mid-junior developers to become productive?
Community Support and Adoption levels
How popular is this framework? What big companies are running on it? How is it “seen” in the general JS community? Is there an active community of developers supporting and growing it?
Links and Resources
framework docs examples/tutorials Code Demos
live/running application code repository Operating Instructions
If someone were to download your repo (above), what steps do they need to take to run the application
npm start Endpoint: /foo/bar/ Returns a JSON object with abc in it. Endpoint: /bing/zing/ Returns a JSON object with xyz in it.