Overview:
The Twenty Nineteen Frontity Theme Project is a WordPress theme built in React for Frontity. It offers improved speed and performance compared to the same Twenty Nineteen theme on WordPress. This project aims to provide an alternative way to use the popular Twenty Nineteen theme in a more efficient way.
Features:
- React-based theme for Frontity
- Improved speed and performance compared to the PHP version
- Easy installation and setup
Installation:
For new projects:
- Clone this project:
git clone https://github.com/imranhsayed/frontity-twentynineteen - Change directory to
frontity-twentynineteen:cd frontity-twentynineteen - Install dependencies:
npm install && npx frontity dev(from the project’s root directory) - Your site will now be available at
http://localhost:3000/
- Clone this project:
For new/existing projects using npm:
- Install the Twenty Nineteen theme package:
npm install @frontity/twentynineteen-theme - Add the package in
frontity-settings.js - Remove your previous theme from
frontity-settings.js - Run the development server:
npx frontity dev(from the project’s root directory) - Your site will be available at
http://localhost:3000/
- Install the Twenty Nineteen theme package:
Summary:
The Twenty Nineteen Frontity Theme Project offers a React-based alternative to the original Twenty Nineteen WordPress theme. By leveraging the speed and performance benefits of Frontity, this project provides an improved user experience. The installation process is straightforward, making it easy for both new and existing projects to utilize this theme.