Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
/ fresh-project Public archive

Starter code for fresh and tailwindcss project from my dev.to article

Notifications You must be signed in to change notification settings

Asqit/fresh-project

Repository files navigation

Fresh Project

Template repository for creating projects with fresh, but instead of using twind, using the original Tailwind Css.

Before Development

Warning: before you start doing anything, it is required to have deno runtime installed. For macOS and Linux users I have install.shscript, that automatically installs everything. Windows users and others (like BSD), you have to prepare the env. on your own.

if you have the deno env. prepared and ready, you can continue by obtainig copy of tailwind-cli. Mac OS and Linux can skip this process by simply running the install.sh script. Once you have to binary file, you should rename it to tailwindcss as that is specified in the deno.json > task > start

Deploying

The repository contains github action specialized for deployments. It is recomended to use the action to make optimized builds. Warning, to use the deploy action, you have to update it a little to match your needs. (project title...)