- 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.phptowp-config.php - fill
wp-config.phpwith 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/
EdinK1/wp-react-untitled
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- PHP 67.0%
- JavaScript 25.1%
- CSS 7.9%