Skip to content

evoluzione/ground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,219 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ground

A flexible and powerful WordPress starter theme using a modern development workflow.

Features

  • Compile PostCSS files to CSS
  • Live reloading. Auto reload page when change code across many browsers and devices (CSS, JavaScript, PHP, HTML)
  • Inject CSS instead of browser page reload
  • Advanced PostCSS framework
  • A utility-first CSS framework with Tailwind CSS
  • Concatenates, minify and compress JavaScript files
  • Add vendor prefixes to CSS rules using Autoprefixer
  • Generate JavaScript and CSS sourcemaps
  • Extend WordPress css classes to use BEM naming convention
  • Notifications feedback on task complete
  • Advanced wp-config.php base kit
  • Multilingual ready

Requirements

Make sure you have the latest versions of these software.

Installation

  • Download the repository and install it as a theme in your Wordpress installation wp-content/themes/
  • Rename the theme folder with the name chosen by you
  • Install GSAP bonus plugins.
  • With your terminal go to your renamed theme folder and run npm install

Workflow

Open the Ground folder using the terminal and type one of the following commands

  • npm start - Runs the app in development mode. The page will automatically reload if you make changes to the code.

  • npm run build - Builds the app for production and optimizes the build for the best performance.

Namespaces

  • .js- - JavaScript hooks: Signify that this piece of the DOM has some behaviour acting upon it, and that JavaScript binds onto it to provide that behaviour.
  • .is-|.has- - State classes: Signify that the piece of UI in question is currently styled a certain way because of a state or condition.

Credits

Fabio Quarantini

License

MIT License

About

🧰 A flexible and powerful WordPress starter theme using a modern development workflow.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 61.8%
  • CSS 24.6%
  • JavaScript 13.4%
  • Hack 0.2%