Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tanishraj/starter-template-vite-react-ts-tailwind
- Owner: tanishraj
- Created: 2024-10-08T19:49:51.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2024-11-06T16:57:06.000Z (3 months ago)
- Last Synced: 2024-11-06T17:35:09.314Z (3 months ago)
- Language: TypeScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)