hgiasac / ra-hasura-typescript-boilerplate

react admin hasura typescript boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ra-hasura-typescript-boilerplate

Prerequisites

Templates

I define multiple templates into branches. You can checkout template that fit your use case:

For backend templates, go here: https://github.com/hgiasac/hasura-typescript-boilerplate

Development

Copy dotenv to .env and edit your environemnt variables

npm run dev
# build source 
# This is used for test/staging build, so we don't optimize it 
sh ./scripts/build.sh
# build production locally
sh ./scripts/build.sh prod
# build on CI env
sh ./scripts/build.sh ci
# build on CI env
sh ./scripts/build.sh ci-prod

CHANGELOG

Read here

About

react admin hasura typescript boilerplate

License:MIT License


Languages

Language:TypeScript 81.1%Language:JavaScript 14.8%Language:HTML 2.1%Language:Shell 2.0%