kevinbreaker / rick-morty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features


Pre-packed

UI Frameworks

Icons

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Why

I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time.

So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. It's strongly opinionated, but feel free to tweak it or even maintains your own forks. (see community maintained variation forks)

About

License:MIT License


Languages

Language:TypeScript 50.7%Language:Vue 40.0%Language:JavaScript 6.1%Language:HTML 1.9%Language:CSS 1.3%