Skip to content
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
JavaScript CSS Dockerfile
Branch: master
Clone or download

Latest commit

dependabot-preview chore(deps): [security] bump handlebars from 4.5.1 to 4.7.6 (#1889)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.6. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.5.1...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Latest commit 1332b31 Jun 15, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs Use test-watch instead of test:watch (#1851) Nov 26, 2019
public Adds web app manifest file (#1519) Jan 30, 2018
src Use Function Components and Hooks (#1797) Nov 11, 2019
test Remove unused mocha configs and dependencies Sep 29, 2017
tools Test "yarn start" (#1828) Nov 19, 2019
.editorconfig Add pre-commit hook that automatically formats staged files Dec 14, 2016
.eslintrc.js Test "yarn start" (#1828) Nov 19, 2019
.flowconfig Support for absolute imports (#1312) Jun 14, 2017
.gitattributes Update Babel to v7 (#1413) Oct 2, 2017
.gitignore Remove unused mocha configs and dependencies Sep 29, 2017
.prettierignore Bump lint-staged from 7.3.0 to 9.4.2 (#1767) Nov 4, 2019
.prettierrc.js Update dependencies; bump react to v16.2 Dec 27, 2017
.stylelintrc.js CSS modules: Allow :local pseudo selector (#1188) Jan 31, 2018
.travis.yml Stop supporting Node v6 (#1769) Nov 4, 2019
CHANGELOG.md Prettier **/*.md (#1761) Nov 2, 2019
CONTRIBUTING.md Prettier **/*.md (#1761) Nov 2, 2019
Dockerfile Update Dockerfile (#1870) Jan 4, 2020
LICENSE.txt Initialize a new HTTP client for each web request (#1237) Apr 25, 2017
README.md Stop supporting Node v6 (#1769) Nov 4, 2019
babel.config.js Upgrade all dependencies including Babel 7 (#1673) Feb 19, 2019
jest.config.js Upgrade packages (#1637) Jun 19, 2018
package.json chore(deps): [security] bump serialize-javascript from 2.1.0 to 2.1.1 ( Dec 5, 2019
yarn.lock chore(deps): [security] bump handlebars from 4.5.1 to 4.7.6 (#1889) Jun 15, 2020

README.md

React Starter Kit — "isomorphic" web app boilerplate  

React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Express, GraphQL and React, containing modern web development tools such as Webpack, Babel and Browsersync. Helping you to stay productive following the best practices. A solid starting point for both professionals and newcomers to the industry.

See getting started guide, demo, docs, roadmap  |  Join #react-starter-kit chat room on Gitter  |  Visit our sponsors:

Hiring

Getting Started

Customization

The master branch of React Starter Kit doesn't include a Flux implementation or any other advanced integrations. Nevertheless, we have some integrations available to you in feature branches that you can use either as a reference or merge into your project:

You can see status of most reasonable merge combination as PRs labeled as TRACKING

If you think that any of these features should be on master, or vice versa, some features should removed from the master branch, please let us know. We love your feedback!

Comparison

 

React Starter Kit

React Static Boilerplate

ASP.NET Core Starter Kit

App type Isomorphic (universal) Single-page application Single-page application
Frontend
Language JavaScript (ES2015+, JSX) JavaScript (ES2015+, JSX) JavaScript (ES2015+, JSX)
Libraries React, History, Universal Router React, History, Redux React, History, Redux
Routes Imperative (functional) Declarative Declarative, cross-stack
Backend
Language JavaScript (ES2015+, JSX) n/a C#, F#
Libraries Node.js, Express, Sequelize,
GraphQL
n/a ASP.NET Core, EF Core,
ASP.NET Identity
SSR Yes n/a n/a
Data API GraphQL n/a Web API

Backers

React Starter Kit? Help us keep it alive by donating funds to cover project expenses via OpenCollective or Bountysource!

lehneres Tarkan Anlar Morten Olsen Adam David Ernst Zane Hitchcox

How to Contribute

Anyone and everyone is welcome to contribute to this project. The best way to start is by checking our open issues, submit a new issue or feature request, participate in discussions, upvote or downvote the issues you like or dislike, send pull requests.

Learn More

Related Projects

  • GraphQL Starter Kit — Boilerplate for building data APIs with Node.js, JavaScript (via Babel) and GraphQL
  • Membership Database — SQL schema boilerplate for user accounts, profiles, roles, and auth claims
  • Babel Starter Kit — Boilerplate for authoring JavaScript/React.js libraries

Support

License

Copyright © 2014-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.


Made with by Konstantin Tarkus (@koistya) and contributors

You can’t perform that action at this time.