Skip to content

GoodPraxis/ts-vite-starter

Repository files navigation

Good Praxis

Good Praxis' Gatsby minimal TypeScript starter

🚀 Quick start (when creating a new project)

  1. Create a Vite site.

    Use degit to create a new site, specifying the minimal Vite starter.

    # create a new Vite site using the minimal TypeScript starter
    npx degit https://github.com/GoodPraxis/ts-vite-starter my-vite-site
  2. Install dependencies

    Navigate into your new site’s directory and install dependencies.

    cd my-vite-site/
    npm install
  3. Initialise git and create initial commit

    git init
    git add .
    git commit -m "Initial commit"
  4. Start developing.

    Start a development server inside your new site’s directory.

    npm run develop
  5. Open the code and start customizing!

    Your site is now running at http://localhost:3000!

🚀 Quick start (when working on an existing project)

  1. Clone repository

    Clone the git repository like any other project

  2. Install dependencies

    Run NPM install to setup the project

    npm install
  3. Start developing.

    Run Vite

    npm run develop

    or, if you have the Vite CLI installed:

    vite dev
  4. Open the code and start customizing!

    Your site is now running at http://localhost:3000!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published