All Projects → imranhsayed → frontity-twentynineteen

imranhsayed / frontity-twentynineteen

Licence: other
🎨 A Frontity Twentynineteen theme Project

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to frontity-twentynineteen

isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-64.81%)
Mutual labels:  hot-reloading, server-side-rendering, hot-module-replacement
f1
AWSM F1 - WordPress Frontity Theme
Stars: ✭ 47 (-12.96%)
Mutual labels:  frontity, react-wordpress-theme, frontity-theme
The Ultimate Boilerplate
webpack 2, react hotloader 3, react router v4, code splitting and more
Stars: ✭ 85 (+57.41%)
Mutual labels:  hot-reloading, server-side-rendering
Kohei.dev
🌎 A Production-level Single Page App with Server Side Rendering
Stars: ✭ 50 (-7.41%)
Mutual labels:  server-side-rendering, headless-cms
FlexDotnetCMS
A powerful, flexible, decoupled and easy to use and Fully Featured ASP .NET CMS, it can also be used as a Headless CMS
Stars: ✭ 45 (-16.67%)
Mutual labels:  server-side-rendering, headless-cms
untool
JavaScript tooling platform that focuses on universal React applications. Supports advanced features such as hot-reloading, static and dynamic server side rendering and code splitting.
Stars: ✭ 18 (-66.67%)
Mutual labels:  hot-reloading, server-side-rendering
reflect
Static site generator for WordPress.
Stars: ✭ 19 (-64.81%)
Mutual labels:  server-side-rendering, headless-cms
stimulus todomvc
[WIP] An implementation of TodoMVC using Ruby on Rails and StimulusJS
Stars: ✭ 14 (-74.07%)
Mutual labels:  server-side-rendering
next-utils
🥩 🍳 A set of Next.js HoC utilities to make your life easier
Stars: ✭ 30 (-44.44%)
Mutual labels:  server-side-rendering
ngext
Better routing for Angular
Stars: ✭ 78 (+44.44%)
Mutual labels:  server-side-rendering
angular-pwa
Angular 13 Example Progressive Web App (PWA)
Stars: ✭ 45 (-16.67%)
Mutual labels:  server-side-rendering
server-authentication-next.js
No description or website provided.
Stars: ✭ 103 (+90.74%)
Mutual labels:  server-side-rendering
fetch
Isomorphic Wordpress API client and React hooks - super tiny, super fast.
Stars: ✭ 47 (-12.96%)
Mutual labels:  headless-cms
framework
The target of this framework is to help in all the needs of a full featured API REST, from top to bottom, and at the same time having the best possible performance and security.
Stars: ✭ 88 (+62.96%)
Mutual labels:  headless-cms
es6-sass-hotreloading-docker-wordpress-theme
ES6 + SASS + Hot Reloading + Docker + WordPress Theme
Stars: ✭ 19 (-64.81%)
Mutual labels:  hot-reloading
yii2-react
Yii2 widget for server-side rendering ReactJs
Stars: ✭ 38 (-29.63%)
Mutual labels:  server-side-rendering
cloudflare-worker-app-kit
☁✨ A handy set of tools for creating a Cloudflare Worker app.
Stars: ✭ 75 (+38.89%)
Mutual labels:  server-side-rendering
rr-boilerplate
A lightweight React&Redux boilerplate
Stars: ✭ 35 (-35.19%)
Mutual labels:  hot-module-replacement
vue-ssr-starter
Starter kit for projects with Webpack 4, Vue 2 and SSR
Stars: ✭ 53 (-1.85%)
Mutual labels:  server-side-rendering
web-starter-kit
An opinionated starter kit with styled-system, graphql-hooks, mobx and nextjs (PWA)
Stars: ✭ 17 (-68.52%)
Mutual labels:  server-side-rendering

Twenty Nineteen Frontity Theme Project 🎨

Download counter

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

Check out the demo site here.

Tutorial Video

Demo 📹

Frontity en la consola

Demo 2 📹

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

Frontity en la consola

Installation 🔧

1. For new projects: clone 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: use npm.

  1. npm install @frontity/twentynineteen-theme.
  2. Add the package in frontity-settings.js.
  packages: [
    {
      name: "@frontity/twentynineteen-theme",
      state: {
        theme: {
          menu: [
            ["Home", "/"],
            ["Nature", "/category/nature/"],
            ["Travel", "/category/travel/"],
            ["Japan", "/tag/japan/"],
            ["About Us", "/about-us/"]
          ],
          featured: {
            showOnList: true,
            showOnPost: true
          }
        }
      }
    },
  1. Remove your previous theme (mars-theme?) from frontity-settings.js.
  2. npx frontity dev (from project's root directory).
  3. Your site will be available at http://localhost:3000/.

Credits 💮

Authors

  1. Imran Sayed
  2. Smit Patadiya

Contributors

  1. Shaun Guimond
  2. David Arenas

License 📜

License: GPL v2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].