wangshijun / javascript-risingstars

[WIP] A complete overview of the JavaScript landscape in 2017: trends about front-end and node.js frameworks, tooling... Soon available in English, Japanese, Chinese and French

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

JavaScript Rising Stars

A complete overview of the JavaScript landscape in 2017: trends about front-end and node.js frameworks, React and Vue ecosystems, tooling, testing, GraphQL...

Available in English, Chinese, Spanish and French.

Credits

Team members

Stack

How to contribute?

  • Clone the repo
  • Install the dependencies: npm install
  • Start the development server: npm start
  • Check the following URL: http://localhost:8000/2017/en
  • Update the comments in your language
  • Commit and push, the development version of site will be automatically rebuilt on Netlify.com

Files to translate are located files are located in the i18n folder.

i18n
├── 2016
├── 2017
│   ├── categories
│   │   ├── all
│   │   │   ├── en.md
│   │   │   ├── ja.md
│   │   │   └── zh.md
│   │   ├── build
│   │   │   ├── en.md
│   │   │   ├── ja.md
│   │   │   └── zh.md
│   │   ├── compiler
│   │   │   ├── en.md
│   │   │   ├── ja.md
│   │   │   └── zh.md
│   ├── conclusion
│   │   ├── en.md
│   │   ├── ja.md
│   │   └── zh.md
│   ├── introduction
│   │   ├── en.md
│   │   ├── ja.md
│   │   └── zh.md
│   └── messages
│       ├── en.yaml
│       ├── index.js
│       ├── ja.yaml
│       └── zh.yaml
└── messages.js

About

[WIP] A complete overview of the JavaScript landscape in 2017: trends about front-end and node.js frameworks, tooling... Soon available in English, Japanese, Chinese and French


Languages

Language:JavaScript 61.8%Language:CSS 38.2%