All Projects β†’ atanasster β†’ Crypto Grommet

atanasster / Crypto Grommet

Licence: apache-2.0
Crypto and equities app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Crypto Grommet

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, nextjs
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, nextjs
Babel Plugin Import Graphql
Enables import syntax for .graphql and .gql files
Stars: ✭ 284 (+628.21%)
Mutual labels:  graphql, apollo, nextjs
Searchkit
GraphQL API & React UI components for Elasticsearch. The easiest way to build a great search experience
Stars: ✭ 4,338 (+11023.08%)
Mutual labels:  graphql, apollo, apollo-client
Next Ecommerce
⚑️ Quantum Ecommerce. Made with Next.js | GraphQL | Apollo Server | Apollo Client | SSR
Stars: ✭ 186 (+376.92%)
Mutual labels:  graphql, apollo, nextjs
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+494.87%)
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
Next Apollo Auth
Authentication Boilerplate with Next.js and Apollo GraphQL
Stars: ✭ 159 (+307.69%)
Mutual labels:  graphql, apollo, nextjs
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+1107.69%)
Mutual labels:  graphql, apollo, nextjs
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+1133.33%)
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
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 (+376.92%)
Mutual labels:  graphql, apollo, nextjs
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
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-51.28%)
Mutual labels:  apollo, apollo-client, nextjs
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 (+5356.41%)
Mutual labels:  graphql, apollo, nextjs
Next Apollo Example
Next & Apollo Example
Stars: ✭ 413 (+958.97%)
Mutual labels:  graphql, apollo, nextjs
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
Pizzaql
πŸ• Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (+1517.95%)
Mutual labels:  graphql, apollo, nextjs
Hackernews React Graphql
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
Stars: ✭ 4,242 (+10776.92%)
Mutual labels:  graphql, apollo, nextjs
Brian Lovin Next
My personal site
Stars: ✭ 522 (+1238.46%)
Mutual labels:  graphql, apollo, nextjs

crypto-grommet

A react/redux/nodejs/express/passport/nextjs/graphql/apollo project built with:

Live site: https://crypto-grommet.com/

Community: https://spectrum.chat/crypto-grommet

To run this application, execute the following commands:

Install

  • Get sources in local folder
$ git clone https://github.com/atanasster/crypto-grommet.git
  • Move to your local folder
$ cd crypto-grommet
  • Install dependencies
$ npm install

Local deployment

$ npm run dev

Production deployment

  • Build package
$ npm run build
  • Start production server
$ npm run start

Testing

  • Run eslint:
$ npm run check
  • Analyze packages:
$ npm run analyze
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].