Skip to content

hgiasac/ra-hasura-typescript-boilerplate

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published