jicking / nofuss

An Astro Template without complicated design and setup.

Home Page:https://nofuss.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Fuss Astro Template ๐Ÿš€

Deploy to Netlify Deploy with Vercel

Hey there, this is going to be my second Astro template to showcase. As the title said, it's an Astro template without any complex designing. This template is made with Astro and Tailwind CSS for the Front-end.

You can create an Issue or submit a Pull Request if you think there's something wrong or you want to add a new feature on this template. I will appreciate your help!

Template Preview

Dev Notes ๐Ÿ“

You can use npm i or yarn to install dependencies. I personally use pnpm because it's what I use on most of my projects.

pnpm install - Installs dependencies. You can use any of those.

pnpm dev - Starts local dev server at localhost:3000

pnpm build - Build your production site to ./dist/

pnpm preview - Preview your build locally, before deploying

License โš–๏ธ

This repository has MIT License.

About

An Astro Template without complicated design and setup.

https://nofuss.vercel.app/

License:MIT License


Languages

Language:Astro 85.8%Language:TypeScript 14.2%