Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinavkumar2369/vite-quickstart-template
A Template 📃 for Vite Project with some structural modifications ⚒️ & customized for GitHub Pages 🌐.
https://github.com/abhinavkumar2369/vite-quickstart-template
css html javascript react vite
Last synced: about 5 hours ago
JSON representation
A Template 📃 for Vite Project with some structural modifications ⚒️ & customized for GitHub Pages 🌐.
- Host: GitHub
- URL: https://github.com/abhinavkumar2369/vite-quickstart-template
- Owner: abhinavkumar2369
- License: mit
- Created: 2024-06-12T07:18:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T05:02:16.000Z (5 months ago)
- Last Synced: 2024-06-16T06:21:57.047Z (5 months ago)
- Topics: css, html, javascript, react, vite
- Language: HTML
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Vite Project
## Overview 🌟
Write about the project over here.## Features 🚀
- 1
- 2
## [➡️ Calculator ](https://username.github.io/Project-Name/)
![Image](https://github.com/abhinavkumar2369/Vite-QuickStart-Template/assets/170245635/14bb080a-539b-4474-bed0-b9afdbd3a4c3)## Installation ⚒️
1. First, clone the repository:
```bash
git clone https://github.com/username/RepositoryName.git
```
2. Navigate into the repository:```bash
cd RepositoryName
```
3. Then install the dependencies:```bash
npm install
```## Development ⚒️
- To start the development server, run:
```bash
npm run dev
```
- This will start a local server at `http://localhost:3000` (default).- For Local network access run
```bash
npm run dev -- --host
```
- Open it in your browser to see the project running.## Build ⚒️
- To create a production build, run:
```bash
npm run build
```
- The output will be in the `dist` directory.## Deploy 🚀
- To preview the production build locally, run:
```bash
npm run preview
```## Attribution 🙏
- Logo Image used in the Repository belong to the [SVG Repo](https://www.svgrepo.com/) Website.## Contributions 🧑💻
Contributions are welcome! Please feel free to submit issues and pull requests.## License 🪪
This project is licensed under the [MIT License](LICENSE).