This boilerplate is based on gatsby-template originally and further integrated with NocoDB GraphQL.
- Integrated with NocoDB
- Integrated with i18n (with examples - EN, ZH and KO)
- Integrated with Google Analytics
- Integrated with frameworks such as Material UI, Styled Component & TailwindCSS
- Code Linting
-
Node.js 12.13.0 or higher
If you have
nvm
, you can runnvm install 12.13.0
to install and switch to the minimum version
cp .env.sample .env
# update .env
npm run dev
View gatsby-nocodb-graphql-boilerplate
in the browser
http://localhost:8000/
View GraphiQL
http://localhost:8000/___graphql
npm run build