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.
yarn init
yarn
I'm using yarn as a preference here, if you prefer npm then feel free to use that!
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.
Use yarn dev
for development
Use yarn build
to prepare for deployment
@apply
used for classes to avoid utility class overload