Tag

#github

4 posts

← All posts
tailwindcss · APR 06 · 2023

Setting up a project with Tailwind CSS, AlpineJS, PostCSS, and Webpack

TThis blog post provides a step-by-step guide on how to set up a development environment using Webpack, Tailwind CSS, and Alpine.js. The tutorial covers the initial project setup with npm, adding Tailwind CSS and configuring it, integrating Alpine.js for interactivity, and running and building the app using Webpack.

#tailwindcss #webpack #postcss #github #css #alpinejs Read essay →
tailwindcss · APR 01 · 2023

Getting started with Tailwind CSS, PostCSS, and Webpack by using a Starter Project

This blog post introduces a starter project on GitHub that includes all the necessary configuration files and dependencies to start building web applications with Tailwind CSS, PostCSS, and Webpack. The post explains what each of these technologies are, and how they can be used to streamline the development process and create beautiful and responsive user interfaces.

#tailwindcss #webpack #postcss #github #css Read essay →
github · AUG 31 · 2020

Triggering a static Next.js build and export with Github Actions

I recently decided to relaunch another of my blogs and move it from Wordpress to another static site generator - this one uses Jekyll. Even though Next.js is not really a static site generator, there are...

#github #nextjs #ci Read essay →
java · MAY 21 · 2020

Deploying a gradle Micronaut service to AWS Elastic Beanstalk with github Actions

Now that I can develop and test my Micronaut Java service in my browser, in the cloud, the next step is automating deployment to AWS Elastic Beanstalk.

#java #aws #github #micronaut Read essay →