Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Woocommerce With React JS

NotificationsYou must be signed in to change notification settings

Hiren1094/woocommerce-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demo for "Simple Product" with login user so please check below step and configure accordingly.

You can get all required pluginshere.

Getting Started

define( 'GRAPHQL_JWT_AUTH_SECRET_KEY', 'your-secret-token' );
  • Add below filters if you want to increase expire limit for login.
function custom_jwt_expiration( $expiration ) {return 86400; // Second for 1 day}add_filter( 'graphql_jwt_auth_expire', 'custom_jwt_expiration', 10 );
  • Clone main branch and run below command for install packages & run project.
npm installnpm start
  • Create ".env.development.local" file in root & add graphql url with same name of variable.
REACT_APP_GRAPHQL_URL = http://localhost/graphql

[8]ページ先頭

©2009-2025 Movatter.jp