Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nwb | 5,322 | 1,533 | 2,950 | 2 years ago | 104 | May 20, 2020 | 162 | other | JavaScript | |
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it) | ||||||||||
React Project | 1,836 | 15 | 1 | 2 years ago | 34 | March 24, 2016 | 18 | JavaScript | ||
State of the art web development with React.js. | ||||||||||
React Starter Kit | 1,741 | 5 years ago | 27 | other | JavaScript | |||||
完美使用 React, Redux, and React-Router!超好用的脚手架 | ||||||||||
Generator Fountain Webapp | 992 | 3 | 2 | 4 years ago | 20 | February 21, 2017 | 74 | mit | JavaScript | |
Yeoman 'fountain' generator to start a webapp | ||||||||||
Vortigern | 646 | 5 years ago | 25 | mit | TypeScript | |||||
A universal boilerplate for building web applications w/ TypeScript, React, Redux, Server Side Rendering and more. | ||||||||||
React Rock Paper Scissors | 304 | 5 years ago | 2 | JavaScript | ||||||
Rock Paper Scissors game built with ReactJS | ||||||||||
Ol3echarts | 282 | 1 | 22 | 6 months ago | 11 | September 26, 2022 | 11 | other | TypeScript | |
:earth_asia: :bar_chart: ol3Echarts | a openlayers extension to echarts | ||||||||||
Universal React Starter Kit | 278 | 6 years ago | 7 | mit | JavaScript | |||||
服务端渲染的React手脚架。完美使用 React, Redux, and React-Router!超好用的脚手架 | ||||||||||
Essential Tdd Bdd React List | 236 | 6 years ago | 2 | gpl-2.0 | ||||||
List of all TDD / BDD React.js related tutorials / links / repos / slides | ||||||||||
React Cordova Boilerplate | 204 | 1 | 5 years ago | 15 | April 19, 2017 | 3 | mit | JavaScript | ||
TodoMVC example for react with development tools to build a cordova application |
##Biff Boilerplate This is a boilerplate application using React 0.13 with Webpack, React Router, Biff, Immutable, ES6 syntax via Babel, EsLint, Karma & Bootstrap. It is set up as a TodoApp initially, but you can use this example to play around with and use as a reference point.
####Usage To get started, first install deps by running the following in the root directory:
npm install
bower install
To run the development server & watch, run:
gulp
To build a dist verson of your app, run:
gulp build
To lint & test your app, run:
gulp test
####Modules
#####ES6 https://babeljs.io/
#####Linting & Style http://eslint.org/
#####React http://facebook.github.io/react/
#####React Router rackt/react-router
#####Biff FormidableLabs/biff
#####Immutable http://facebook.github.io/immutable-js/
#####Karma http://karma-runner.github.io/0.12/index.html
#####Webpack http://webpack.github.io
#####Bootstrap http://getbootstrap.com/
#####Font Awesome http://fortawesome.github.io/Font-Awesome/
####Notes