kellygrape / jmlangley

Static website workflow utilising Eleventy, Tailwind CSS, Webpack and PostCSS.

Home Page:https://webstarter.chriscollins.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind CSS Parcel Starter Project Commitizen friendly Dependabot Status Node.js CI

This is an example of a super simple Tailwind CSS + ParcelJS starter project.

Deploy to Netlify

Get started

Clone the project and install the dependencies:

git clone https://github.com/SantiMA10/tailwindcss-parcel-starter
npm i

After that, start up Parcel Development Server:

npm run dev

You can play around with /index.html to see the effects of your changes.

Production bundle

npm run prod

After that you will have a ready to deploy bundle at /dist

Contributing

Please report any issues. New features and ideas that you'd like to see implemented will be welcome, also feel free to send any pull requests.

About

Static website workflow utilising Eleventy, Tailwind CSS, Webpack and PostCSS.

https://webstarter.chriscollins.me

License:MIT License


Languages

Language:HTML 91.9%Language:CSS 5.0%Language:JavaScript 3.0%