Skip to content

juciccio/wordpressbaseapp

Repository files navigation

Wordpress Base App

Requirements

Setup

$ composer install
$ npm install

Copy wp-config-sample.php file to wp-config.php change WP_SITEURL and WP_HOME variables and the database credentials:

$ cp wp-config-sample.php wp-config.php
$ vi wp-config.php

Change "AssetDir" variable in webpack.config.js for your assets directory.

App structure

Unlike most wordpress projects this one has the theme folder separated from the wordpress folder. You will find languages, uploads, theme, upgrades and plugins inside the "app" folder.

Documentation

This app depends on various projects, if you are having some troubles read the project's docs and if you can't solve it leave an issue.

  • Composer: used to handle the php dependencies.
  • NPM: the package manager for JavaScript.
  • webpack: used to compile frontend assets.
  • Babel: ECMAScript 6 to ECMAScript 5 compiler.
  • Wordpress: the core of this app.

About

Wordpress base app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published