This is my starter kit for applications based on Hasura GraphQL engine & React.js. API and frontend are in single repository to get started immediately.
- Hasura GraphQL engine
- PostgreSQL
- Serverless Framework with Offline PlugIn to simulate AWS Lambda functions
- Custom Lambda function presets for Hasura Actions, Event-Triggers & Remote Schema
- React (Create React App Setup)
- Prepared for AWS Amplify
- Project Folder structure
- Form Components
- Router
- Bulma.io CSS Framework
Prerequisites are Docker & Node.js.
git clone [email protected]:thommesZip/mvp-hausra-react-boilerplate.git my-new-project
cd my-new-project
npm run setup
npm run dev