All Projects → DashBouquet → React Hipstaplate

DashBouquet / React Hipstaplate

Licence: mit
A ReactJS full-stack boilerplate based on typescript with ssr, custom apollo-server and huge stack of modern utilities which will help you to start your own project

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Hipstaplate

Graphql Apq
🎯 Automatic persisted queries (APQ) for any GraphQL server.
Stars: ✭ 43 (-41.89%)
Mutual labels:  graphql, apollo, apollo-server, express
Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (+285.14%)
Mutual labels:  graphql, apollo, styled-components, redux-saga
Hackernews React Graphql
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
Stars: ✭ 4,242 (+5632.43%)
Mutual labels:  graphql, apollo, express
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+550%)
Mutual labels:  graphql, apollo, apollo-server
Erxes Api
API for erxes
Stars: ✭ 57 (-22.97%)
Mutual labels:  graphql, apollo, express
Tensei
🚀 Content management and distribution with a touch of elegance.
Stars: ✭ 217 (+193.24%)
Mutual labels:  graphql, apollo-server, express
Firestore Apollo Graphql
An example of a GraphQL setup with a Firebase Firestore backend. Uses Apollo Engine/Server 2.0 and deployed to Google App Engine.
Stars: ✭ 371 (+401.35%)
Mutual labels:  graphql, apollo, apollo-server
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+660.81%)
Mutual labels:  graphql, apollo, styled-components
Sqldatasource
SQL DataSource for Apollo GraphQL projects
Stars: ✭ 176 (+137.84%)
Mutual labels:  graphql, apollo, apollo-server
Mvfsillva
My personal website
Stars: ✭ 13 (-82.43%)
Mutual labels:  graphql, apollo, styled-components
Graphql Modules
Enterprise Grade Tooling For Your GraphQL Server
Stars: ✭ 962 (+1200%)
Mutual labels:  graphql, apollo, apollo-server
Next React Graphql Apollo Hooks
React, Apollo, Next.js, GraphQL, Node.js, TypeScript high performance boilerplate with React hooks GraphQL implementation and automatic static type generation
Stars: ✭ 186 (+151.35%)
Mutual labels:  graphql, apollo, express
Graphql Upload
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
Stars: ✭ 1,071 (+1347.3%)
Mutual labels:  graphql, apollo, express
Graphql Ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
Stars: ✭ 398 (+437.84%)
Mutual labels:  graphql, apollo, express
Ran
⚡ RAN! React . GraphQL . Next.js Toolkit ⚡ - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...
Stars: ✭ 2,128 (+2775.68%)
Mutual labels:  graphql, apollo, styled-components
Brian Lovin Next
My personal site
Stars: ✭ 522 (+605.41%)
Mutual labels:  graphql, apollo, styled-components
Portara
Portara directive is a rate limiter / throttler for GraphQL
Stars: ✭ 158 (+113.51%)
Mutual labels:  graphql, apollo, apollo-server
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (+136.49%)
Mutual labels:  graphql, apollo-server, express
Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (+752.7%)
Mutual labels:  graphql, apollo, styled-components
Graphql Advanced Projection
Fully customizable Mongoose/MongoDB projection generator.
Stars: ✭ 46 (-37.84%)
Mutual labels:  graphql, apollo, apollo-server
react-hipstaplate


React-Hipstaplate

A ReactJS full-stack boilerplate based on typescript with ssr, custom apollo-server and huge stack of modern utilities which will help you to start your own project in one command line.

Installation

  • clone repo https://github.com/DashBouquet/hipstaplate.git
  • cd react-hipstaplate
  • npm i -g yarn
  • yarn install

To run

  • Development: yarn start
  • Production: yarn start:prod
  • Build: yarn build
  • Tests: yarn test

Explore

Feel free to explore example app at http://localhost:3000 and GraphiQL interface at http://localhost:3000/graphiql.

Initialization

To initiate your own blank application and remove example app with git entities simply hit yarn initialize command in terminal. That command will clear components, modules, pages directories and will recreate blank entities for redux, next and apollo.

Libraries

  • React
  • Redux
  • Redux Apollo
  • Redux Saga
  • Next.js
  • Recompose
  • Styled Components
  • Express
  • GraphQL
  • Apollo Server
  • Ramda
  • Typescript
  • Jest

Features

  • SSR (Server Side Rendering)
  • Action creators
  • Reducer creators
  • GraphiQL
  • Server/Client hot-reloading
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].