imoldfella / solid-vite-tw-tsc-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite, solid, typescript, tailwind

empty project with vite, typescript, tailwind, solidjs, and router

To start from this template:

  1. Create an empty github repo

  2. Clone this template repo to your computer

  3. Open the cloned template repo in VSCode

  4. Open a terminal - confirm the terminal is in the clone of the repo

  5. Run git remote rm origin to remove the origin

  6. Run git remote add origin YOUR_REPO_PATH_HERE for example git remote add origin git@github.com:datagrovecr/vite-tsc-tailwind.git

  7. Run git push --set-upstream origin main

  8. Run npm install

About

License:MIT License


Languages

Language:TypeScript 80.9%Language:JavaScript 9.9%Language:HTML 7.8%Language:CSS 1.3%