Skip to content

salmanamemon/frontity-twentynineteen

 
 

Repository files navigation

Twenty Nineteen Frontity Theme Project 🎨

🔥 A WordPress Twenty Nineteen Theme Project in React for Frontity.

⚡ Check out the demo site here.

Demo 📹

Demo 2 📹

Speed and performance comparision between the same Twenty Nineteen theme on WordPress (in PHP) vs Frontity (in React).

Installation 🔧

1. For new project: by cloning this project.

  1. git clone https://github.com/imranhsayed/frontity-twentynineteen

  2. cd frontity-twentynineteen

  3. npm install && npx frontity dev ( from the project's root directory )

  4. Your site will now be available at http://localhost:3000/

2. For new/existing project using npm

  1. npx frontity create my-app && cd my-app
  2. npm install @frontity/twentynineteen-theme
  3. Update the package name to the frontity-settings.js
  "packages": [
    {
      "name": "@frontity/twentynineteen-theme",
  1. npx frontity dev ( from project's root directory )
  2. Your site will be available at http://localhost:3000/
  3. Set the to true to display featured images on Home page and single post page.
      "featured": {
        "showOnList": true,
        "showOnPost": true
      }

More info 📋

This is the beta version. Some features will be added in the final release, like:

  1. More button smaller screens.

Common Commands 💻

  • npx frontity dev ( inside project's root ) Runs server in development mode ( from the root of your project )

Credits 💮

Author

  1. Imran Sayed
  2. Smit Patadiya

License 📜

License: GPL v2

About

🎨 A Frontity Twentynineteen theme Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 88.4%
  • JavaScript 11.6%