Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

fasko-web/jamstack-web-starter

 
 

Repository files navigation

Rocket icon

JAMStack Web Starter

Eleventy · Tailwind CSS · HTML · CSS · Javascript

Contents


Project Overview

  • The project uses Eleventy as a static site generator
  • Default templating is Nunjucks (can be changed if you want)
  • PostCSS set up to handle:
    • TailwindCSS
    • CSS Imports
    • Autoprefixer
  • PurgeCSS to remove unused CSS (set up for TailwindCSS by default) in production
  • HTML minified in production
  • CSS inlined and minified in production
  • Webpack used to bundle scripts
  • Scripts optimised for production
  • Document <head> crafted using htmlhead.dev

Getting Started

Install dependencies

npm install

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify HTML, compress JS, inline and minify CSS.

npm run build

Deployment

You can host the production output on any web server or service you like and upload it via any method, it'll work.

If you don't have an existing place to host your site you should have a look at Netlify, I can't recommend it enough. To get started you can hit the button below.

Deploy to Netlify


Credits

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.0%
  • JavaScript 38.7%
  • CSS 10.3%