Simple Demo Application
API built with Node + Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL).
WebApp built with React + Redux.
Written in ES6 using Babel + Webpack.
node-react-graphql
βββ api (api.example.com)
β βββ src
β β βββ config
β β βββ models
β β βββ schema
β β βββ setup
β β βββ index.js
β β
β βββ package.json
β
βββ web (example.com)
β βββ public
β βββ src
β β βββ components
β β βββ setup
β β βββ index.js
β β
β βββ .env
β βββ package.json
β
βββ .gitignore
βββ README.md
MIT