Skip to content

uxname/soul-bound-token-demo-app

Repository files navigation

Next.js + GraphQL + Typescript frontend boilerplate.

Get started

  • git clone ...
  • npm install
  • cp .env_example .env
  • Edit .env
  • npm run gen
  • npm run dev

Production build:

  • npm run build
  • npm start

Types generation

Run npm run gen after every GraphQL API Schema changed or after ./graphql/*.graphql files are modified

Other info

Build info page available at /_info: http://localhost:3000/_info

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published