sotomaque / react-cinema-app

React + Redux + GraphQL + AWS (s3, cloudfront, RDS) + CircleCI + Hasura

Home Page:https://d25n348mtdlevv.cloudfront.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalable React Development Boilerplate

Idea

  • pull this repo
  • set up with new AWS config / Circle CI config / Slack config
  • enjoy three envs to develop new project on
    • hosted on AWS
    • with automated builds / releases managed by CircleCI

Tech Stack

  • AWS
    • S3 (storage)
    • Cloudfront (static / dynamic Content delivery)
    • RDS (hosting postgres table)
  • CircleCI
    • Build Pipeline(s)
    • Multiple env
    • Slack Notification Integration
  • Hasura
    • GraphQL Engine
  • React
  • Redux
  • Redux-Thunk
  • React Router Dom
  • Scss
  • Axios
  • Datefns
  • MaterialUI

Coming Soon:

  • I18n
  • Semantic

Quick Start

Prerequisites:

  • Node
# Install Dependancies
npm i
# Run App
npm run start

About

React + Redux + GraphQL + AWS (s3, cloudfront, RDS) + CircleCI + Hasura

https://d25n348mtdlevv.cloudfront.net/

License:MIT License


Languages

Language:JavaScript 92.9%Language:SCSS 5.1%Language:HTML 2.0%