Building modern web applications can be complex. Balancing the delivery of great user experiences with supportive developer experiences is a constant balancing act. Performance and security are a must. The JavaScript ecosystem is abundant with amazing tools and libraries. So where to start?
Project Evergreen is happy to announce the initial release of Create Evergreen App, a starter kit for getting up and running with creating modern and performance evergreen web applications. Check it out and please feel free to share any thoughts and feedback! ✌️
Quickstart
$ npx create-evergreen-app my-app
$ cd my app
$ npm install
$ npm start
Check out the wiki docs for more info on build evergreen apps!