You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .vscode | 8 years ago | |
| .eslintrc.js | 8 years ago | |
| .gitignore | 8 years ago | |
| README.md | 8 years ago | |
| config.js | 8 years ago | |
| package-lock.json | 8 years ago | |
| package.json | 8 years ago | |
| php.js | 8 years ago | |
| server.js | 8 years ago | |
README.md
w 🔥
WordBoxed—A truly modern development environment for WordPress
WordBoxed is a truly modern WordPress site development (and deployment) environment.
Bring the power of Node.JS to your WordPress environment!
Running the server
- Download php zip from https://php.net and place the extracted files under
/php. - Download WordPress from https://wordpress.org and place the extracted files under
/wp. - [Optional] If you're on Linux, edit the config file to point to your
php-cgibin file. - Run
npm installto install dependencies (Express). - Run
node .to start the server.