A WordPress theme using React 16, Bootstrap 4 and Webpack 3.
This is a support project of the article I wrote for Smashing Magazine. https://www.smashingmagazine.com/2018/03/react-wordpress-web-app
Update (July 25, 2018):
- Commented out some unnecessary unqueues
- Updated footer with dynamic year and center text
- Used the Loader where appropriate
- Updated almost all packaages (React to v16.4.1)
I intend to continue developing the project by building the Next Steps of the article in the 'next-steps' branch.
The following pre-requisites should be in place for the theme to work:
- WordPress version 4.7 or later
- Posts permalink set set to: Custom Structure -
/posts/%postname%/
- Products permalink to be set as: Custom base -
/products/
git clone https://github.com/m-muhsin/celestial
cd celestial
npm install
npm run build
- Head over to Appearances > Themes in your WordPress Dashboard and Select
Celestial
Now you can continue developing the Celestial theme. All the best!
If you find any problems with this theme, please report an issue at: (https://github.com/m-muhsin/celestial/issues).
Thank you for checking out Celestial!