All Projects β†’ michaelrambeau β†’ Risingstars2016

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.

Projects that are alternatives of or similar to Risingstars2016

Gatsby Starter Prismic I18n
Based on gatsby-starter-prismic with Internationalization (i18n) support
Stars: ✭ 77 (+2.67%)
Mutual labels:  gatsby, i18n
Domino-English-Translation
🌏 Let's translate Domino, a Japanese MIDI editor!
Stars: ✭ 29 (-61.33%)
Mutual labels:  i18n, japanese
ark-pixel-font
Open source Pan-CJK pixel font / εΌ€ζΊηš„ζ³›δΈ­ζ—₯ιŸ©εƒη΄ ε­—δ½“
Stars: ✭ 1,767 (+2256%)
Mutual labels:  japanese, chinese-simplified
gatsby-i18n
Gatsby plugin that provides i18n support
Stars: ✭ 25 (-66.67%)
Mutual labels:  i18n, gatsby
ra-language-japanese
Japanese messages for react-admin
Stars: ✭ 22 (-70.67%)
Mutual labels:  i18n, japanese
gatsby-simple-blog
an easily configurable gatsby-starter-blog with overreacted looking and tags, breadcrumbs, disqus, i18n, eslint, algolia supported
Stars: ✭ 48 (-36%)
Mutual labels:  i18n, gatsby
Gettext Go
πŸ†Ž GNU gettext for Go (Imported By Kubernetes)
Stars: ✭ 66 (-12%)
Mutual labels:  i18n
Toast Ui.doc
Stars: ✭ 71 (-5.33%)
Mutual labels:  gatsby
Laravel Lang
🌏 75 languages support for Laravel application.
Stars: ✭ 1,134 (+1412%)
Mutual labels:  i18n
World Cities
Multilingual list of countries, states & cities in XML format. δΈ–η•Œζ‰€ζœ‰εŸŽεΈ‚οΌŒε›½ε†…ζ‰€ζœ‰ηœγ€εΈ‚γ€εŒΊγ€εŽΏδΏ‘ζ―οΌˆ2020.06οΌ‰
Stars: ✭ 64 (-14.67%)
Mutual labels:  i18n
Developmint.de
Open source company page built with Nuxt.js and TailwindCSS
Stars: ✭ 74 (-1.33%)
Mutual labels:  i18n
Taniarascia.com
πŸ’Ύ β€Ž Personal website running on Gatsby, React, and Node.js.
Stars: ✭ 1,183 (+1477.33%)
Mutual labels:  gatsby
Elm I18n
Localization for Elm apps as a pre-build phase with import and export between elm code and CSV/PO
Stars: ✭ 68 (-9.33%)
Mutual labels:  i18n
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (+1429.33%)
Mutual labels:  i18n
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (-5.33%)
Mutual labels:  i18n
Locale2
πŸ’ͺ Try as hard as possible to detect the client's language tag ("locale") in node or the browser. Browserify and Webpack friendly!
Stars: ✭ 65 (-13.33%)
Mutual labels:  i18n
Transloco
πŸš€ 😍 The internationalization (i18n) library for Angular
Stars: ✭ 1,185 (+1480%)
Mutual labels:  i18n
Redux React I18n
An i18n solution for React/Redux and React Native projects
Stars: ✭ 64 (-14.67%)
Mutual labels:  i18n
Angular I18next
angular v2.0+ integration with i18next v8.4+
Stars: ✭ 69 (-8%)
Mutual labels:  i18n
Sample Boot Micro
Spring Cloud + Gradle Multi Project + Java8
Stars: ✭ 72 (-4%)
Mutual labels:  japanese

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:

  • src: the application source code (React components)
  • build: default production build created by npm run build (not committed to Git)
  • docs: custom production build, created by deploy script, the final assets served by Github Pages

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].