Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rysth/react-template
🚀 React Template: A modern starter with React 18, Vite and testing. Kick off your project efficiently!
https://github.com/rysth/react-template
babel react tailwindcss vite
Last synced: 1 day ago
JSON representation
🚀 React Template: A modern starter with React 18, Vite and testing. Kick off your project efficiently!
- Host: GitHub
- URL: https://github.com/rysth/react-template
- Owner: Rysth
- License: other
- Created: 2023-08-14T15:16:21.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-09-15T15:18:21.000Z (4 months ago)
- Last Synced: 2025-01-09T17:33:42.758Z (5 days ago)
- Topics: babel, react, tailwindcss, vite
- Language: JavaScript
- Homepage:
- Size: 851 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# John Palacios - RysthCraft
## Table of Contents
- [About the Project](#about-project)
- [Built With](#built-with)
- [Key Features](#key-features)
- [Live Demo](#live-demo)
- [Getting Started](#getting-started)
- [Authors](#authors)
- [License](#license)## About the Project
- **REACT PROJECT NAME:** ...
## Built With
- HTML
- CSS
- JavaScript
- React## Key Features
- 🚀 Feature 1
- 🌟 Feature 2
- 🔍 Feature 3### Live Demo
[Live Demo](https://react-bookstore-2060.onrender.com/)
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/Rysth/REACT-Template.git
cd REACT-Template
code . # To open VS Code Editor
```2. Customize as needed.
### Commands
- **npm run dev:** Run the app in development mode.
- **npm run lint:** Launch the eslint errors fixer.
- **npm run build:** Build the app for production.### Linters
- CSS Checker:
```bash
npx stylelint "**/*.{css,scss}"
```- ESLint Checker:
```bash
npx eslint "**/*.{js,jsx}"
```### Authors
- John Palacios
- [LinkedIn](https://www.linkedin.com/in/john-rysthcraft/)
- [GitHub](https://github.com/Rysth)### License
This project is [MIT](./LICENSE.md) licensed.