Skip to content

EdinK1/wp-react-untitled

 
 

Repository files navigation

wp-react-untitled

setup

  • fork & clone repo into your chosen php dev environment's site folder (eg. www/, htdocs/)
  • create a new db (w/ phpMyAdmin)
  • copy & rename wp-config-sample.php to wp-config.php
  • fill wp-config.php with your db name & credentials
  • navigate to http://localhost/wp-react-untitled/wp-admin/install.php & follow on-screen the prompts to set up your admin account
  • start your php dev env
  • navigate into www/ and install npm dependencies (cd www && npm i)
  • locally serve up the client by running npm start
  • visit http://localhost:3000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 67.0%
  • JavaScript 25.1%
  • CSS 7.9%