LuisVallespin / Vitae

Vitae is an opinionated starter template that uses Vite + React + Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vitae

Vitae is an opinionated starter template that uses Vite + React + Typescript

Features

Getting started

Use this repository as a GitHub template:

Then, install the dependencies:

npm i

Before you start coding

  • Change the name field in package.json.
  • Not interested in GitHub Actions? Delete the .github folder.
  • Modify or delete the LICENSE file.

Scripts

  • npm dev - start a development server with hot reload.
  • npm build - generate the build for production on the dist folder.
  • npm format - format all files with Prettier.
  • npm preview - preview the production build.
  • npm prepare - prepares the project to use Husky.
  • npm test - run all the unit tests with Vitest.
  • npm e2e - run all e2e tests using Playwright.
  • npm lint - runs ESLint and Stylelint.
  • npm format - format all files with Prettier.

About

Vitae is an opinionated starter template that uses Vite + React + Typescript

License:MIT License


Languages

Language:TypeScript 53.3%Language:CSS 23.6%Language:JavaScript 15.2%Language:HTML 4.5%Language:Shell 3.4%