Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

A next-generation WordPress theme built with the Rest API and Angular2.

License

Notifications You must be signed in to change notification settings

mickidum/WallaceTheme

 
 

Repository files navigation

WallaceTheme

Wallace is a next-generation WordPress theme built with the Rest API and Angular2. Live Demo: https://demo.wallacetheme.com

Wallace uses an API-first approach for rendering both on the server and client. You get all the performance of a single page app with all the SEO benefits and wp-admin compatibility of a traditional server-rendered theme.

Notice: Requires WordPress version 4.7 or higher and "pretty" permalinks. Some plugins may be incompatible with this theme.

Installation

A fully built and ready-to-install .zip is available at https://wallacetheme.com. You can also build and install the project yourself by doing the following:

Warning: Code on master currently contains updating and analytics code in functions.php. This will eventually be removed and migrated to a build option, but in the meantime you'll need to comment out this functionality if you don't want your theme to get updates from the update checker or send activation/deactivation statistics to an external server.

Navigate to your WP theme directory and run:

git clone https://github.com/bkirby989/WallaceTheme

navigate to the Wallace theme folder and run:

npm install

Usage

To develop with automatic compilation: webpack --watch

Be sure to disable Twig template cache before editing Twig templates.

To make a production build: npm run build-prod

About

A next-generation WordPress theme built with the Rest API and Angular2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.9%
  • TypeScript 4.5%
  • C 3.8%
  • CSS 1.4%
  • HTML 1.1%
  • JavaScript 0.3%