michaelrambeau / risingstars2016

A complete overview of the JavaScript landscape in 2016: trends about front-end and node.js frameworks, tooling... Available in English, Japanese and Chinese.
https://risingstars2016.js.org/
75 stars 10 forks source link
chinese-simplified gatsby i18n japanese javascript-landscape react trends

image

2016 JavaScript Rising Stars

A complete overview of the JavaScript landscape in 2016: trends about front-end and node.js frameworks, tooling, IDE, Static site generators...

Mentioned in JavaScript Weekly newsletter

Some interesting analysis of the JavaScript ecosystem based on GitHub star count growth in the past year for areas like frameworks, build tools, and testing frameworks.

image

Technical overview

This is an application created using:

It's hosted on Github Pages using the js.org domain.

File system:

Commands

Start the development server:

npm start

Create the build (/public folder)

npm run build

Deploy to Github pages (generate the /docs folder)

npm run deploy