Skip to content

Tailscore - A minimal _s, Tailwind, Parcel & Browsersync Wordpress Theme

License

Notifications You must be signed in to change notification settings

m-w-d-d/tailscore

Repository files navigation

Build Status

Tailscore - A minimal _s (Underscores), Tailwind, Parcel & Browsersync Wordpress Theme

This is the Underscores theme stripped down to a minimum, with Tailwind for CSS, Parcel to bundle it all and Browsersync used for development.

Nothing has been added asides from the above, jQuery has been removed entirely.

Initialize yarn and install packages

yarn init

yarn

I'm using yarn as a preference here, if you prefer npm then feel free to use that!

Browsersync

The set up here is a presuming that you have Browsersync installed globally eg

yarn global add browser-sync

If you don't or prefer to install it per project then install in the usual way

Remember to change the url on the watch command of the package.json to your local url of choice - its set as http://tailscore-boilerplate.local for demo purposes here.

Usage

Use yarn dev for development Use yarn build to prepare for deployment

TODO

  • Get rid of jQuery remnants from the theme.
  • Set up a decent production environment
  • Set up CSS folders for importing section CSS with @apply used for classes to avoid utility class overload
  • Get rid of navigation.js default Underscores file

Releases

No releases published

Packages

No packages published