All Projects → mirego → React Boilerplate

mirego / React Boilerplate

Licence: bsd-3-clause
⚛ The stable base upon which we build our React projects at Mirego.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Boilerplate

react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-51.28%)
Mutual labels:  react-router, jest, apollo-client, prettier
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (+69.23%)
Mutual labels:  graphql, apollo, apollo-client, jest
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (+225.64%)
Mutual labels:  graphql, apollo, apollo-client, react-router
React Conf 17 Videos
Find that one presentation you missed!
Stars: ✭ 182 (+366.67%)
Mutual labels:  graphql, prettier, react-router
Reactconfbr
Public infos and issues about React Conf Brasil organization
Stars: ✭ 156 (+300%)
Mutual labels:  graphql, apollo, jest
Apollo Cache Redux
Redux cache for Apollo Client 2.0. This project is no longer maintained.
Stars: ✭ 179 (+358.97%)
Mutual labels:  graphql, apollo, apollo-client
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: ✭ 131 (+235.9%)
Mutual labels:  graphql, apollo, jest
ember-boilerplate
👓 The stable base upon which we build our Ember.js projects at Mirego.
Stars: ✭ 33 (-15.38%)
Mutual labels:  apollo, apollo-client, prettier
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+494.87%)
Mutual labels:  graphql, apollo, apollo-client
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-48.72%)
Mutual labels:  react-router, jest, prettier
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-48.72%)
Mutual labels:  prettier, jest, react-router
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (+289.74%)
Mutual labels:  graphql, apollo, apollo-client
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+4600%)
Mutual labels:  graphql, apollo, apollo-client
React Auth App Example
An app example with authentication using Create React App, React, React Router, Apollo, GraphQL, Redux and Redux Form.
Stars: ✭ 179 (+358.97%)
Mutual labels:  graphql, apollo, react-router
Graphql Directive
Use custom directives in your GraphQL schema and queries 🎩
Stars: ✭ 142 (+264.1%)
Mutual labels:  graphql, apollo, apollo-client
Apollo Cache Hermes
A cache implementation for Apollo Client, tuned for performance
Stars: ✭ 425 (+989.74%)
Mutual labels:  graphql, apollo, apollo-client
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-23.08%)
Mutual labels:  graphql, apollo, apollo-client
Awesome Apollo Graphql
A curated list of amazingly awesome things regarding Apollo GraphQL ecosystem 🌟
Stars: ✭ 126 (+223.08%)
Mutual labels:  graphql, apollo, apollo-client
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-17.95%)
Mutual labels:  prettier, jest, react-router
Apollo Upload Examples
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
Stars: ✭ 358 (+817.95%)
Mutual labels:  graphql, apollo, prettier


This repository is the stable base upon which we build our React projects at Mirego.
We want to share it with the world so you can build awesome React applications too.

Introduction

To learn more about why we created and maintain this boilerplate project, read our blog post.

Content

This boilerplate comes with batteries included, you’ll find:

Usage

With GitHub template

  1. Click on the Use this template button to create a new repository
  2. Clone your newly created project (git clone https://github.com/you/repo.git)
  3. Run the boilerplate setup script (./boilerplate-setup.sh YourProjectName)
  4. Commit the changes (git commit -a -m "Rename react-boilerplate parts")

Without GitHub template

  1. Clone this project (git clone https://github.com/mirego/react-boilerplate.git)
  2. Delete the internal Git directory (rm -rf .git)
  3. Run the boilerplate setup script (./boilerplate-setup.sh YourProjectName)
  4. Create a new Git repository (git init)
  5. Create the initial Git commit (git commit -a -m "Initial commit")

License

React Boilerplate is © 2018-2020 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md file.

The science logo is based on this lovely icon by Igé Maulana, from The Noun Project. Used under a Creative Commons BY 3.0 license.

About Mirego

Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We’re a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.

We also love open-source software and we try to give back to the community as much as we can.

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].