1.0.0 • Published 1 year ago

lakara v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

React + TypeScript + Vite Starter

A template for starting develop React application using vite

Tech Stack

Client: React, React-Router-Dom v6, Typescript, Vite v3

Testing: Vitest, Testing-library

Code Quality: Eslint, Prettier, Airbnb Style Guides

Run Locally

Clone the project

Using base starter

Clone the project

  git clone https://github.com/shaddamalbz/React-Typescript-Vite-Starter
  cd my-project
  yarn install

Start the server

  yarn dev

Using starter with tailwindcss

Clone the project

  git clone https://github.com/shaddamalbz/React-Typescript-Vite-Starter
  cd my-project
  git pull origin tailwind
  yarn install

Start the server

  yarn dev

Running Tests

To run tests, run the following command

  yarn test

For Coverage

  yarn coverage

Authors

0.0.0

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago