Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanishraj/starter-template-vite-react-ts-tailwind

A starter template for react built on vite and supported by typescript.
https://github.com/tanishraj/starter-template-vite-react-ts-tailwind

Last synced: 14 days ago
JSON representation

A starter template for react built on vite and supported by typescript.

Awesome Lists containing this project

README

        

# Vite React Starter Template

This is a starter template for a React project using Vite as the build tool.

## Prerequisites

- Node.js (version 12.2.0 or higher)
- Yarn or npm

## Getting Started

1. Clone the repository:

```
git clone https://github.com/tanishraj/starter-template-vite-react.git
cd starter-template-vite-react
```

2. Install dependencies:

```
yarn install
```

or

```
npm install
```

3. Start the development server:

```
yarn dev
```

or

```
npm run dev
```

4. Open your browser and visit `http://localhost:5173` to see your app.

## Available Scripts

In the project directory, you can run:

- `yarn dev` or `npm run dev`: Starts the development server.
- `yarn build` or `npm run build`: Builds the app for production.
- `yarn preview` or `npm run preview`: Locally preview the production build.

## Technologies Used

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling
- [Sass](https://sass-lang.com/) - CSS extension language

## License

This project is licensed under the MIT License.

## Author

Tanish Raj - [[email protected]](mailto:[email protected])

## Repository

[https://github.com/tanishraj/starter-template-vite-react](https://github.com/tanishraj/starter-template-vite-react)