antdpro-strapi-auth
antdpro-strapi-auth copied to clipboard
Implementation of authentication in Ant Design Pro v5 with Strapi API powered by Apollo GraphQL client 🔒
trafficstars
Ant Design Pro - Strapi GraphQL authentication
Implementation of authentication in Ant Design Pro v5 with Strapi API powered by Apollo GraphQL client 🔒
Demo
Here is a quick guide for how to use :
Environment Prepare
Install node_modules:
yarn
Provided Scripts
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json. It's safe to modify or add additional script:
Start project
yarn start
Build project
yarn build
Check code style
yarn lint
You can also use script to auto fix some lint error:
yarn lint:fix
Test code
yarn test
📦 Looking for Ant Design Pro with URQL GraphQL client ?
Here is the repo you might be looking for : https://github.com/kevinadhiguna/antdpro-strapi-urql
🔎 Looking for the Server-side ?
Here is the Strapi app that you can use with this project : https://github.com/kevinadhiguna/strapi-dockerize