Skip to content
/ vitex Public template

📦 Vite + React Template with File based routing 🚀. This repository offers a Vite template that streamlines web development with automatic route generation from files in the src/pages directory. It also integrates Tailwind CSS for sleek designs and sets up path aliases for cleaner imports.

Notifications You must be signed in to change notification settings

alihussnainrb/vitex

Repository files navigation

Getting Started

How to use

Create new repositry from above use this template button or click here to create new repo.

OR

Clone repo using git

git clone 'https://github.com/alihussnainrb/vitex.git'
If you don't have git installed

You can checkout degit

Creating new page

node vitex.mjs create [Page Name]

node vitex.mjs create hello

Creating dynamic page

Creating dynamic pages are same as above but page name starts with $ i.e /posts/postId will be posts/$id. node vite.mjs create [$Page Name]. Make sure to wrap page name inside quotes i.e 'posts/$id'

node vitex.mjs create 'posts/$id'

About

📦 Vite + React Template with File based routing 🚀. This repository offers a Vite template that streamlines web development with automatic route generation from files in the src/pages directory. It also integrates Tailwind CSS for sleek designs and sets up path aliases for cleaner imports.

Resources

Stars

Watchers

Forks