https://github.com/rishiosaur/perfect-react
The perfect React boilerplate. Clean, simple, minimal, and customizable. Pluggable with any component library.
https://github.com/rishiosaur/perfect-react
minimal react starter webpack
Last synced: about 1 year ago
JSON representation
The perfect React boilerplate. Clean, simple, minimal, and customizable. Pluggable with any component library.
- Host: GitHub
- URL: https://github.com/rishiosaur/perfect-react
- Owner: rishiosaur
- License: bsd-3-clause
- Created: 2020-09-05T23:03:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T00:43:58.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T22:09:37.008Z (about 1 year ago)
- Topics: minimal, react, starter, webpack
- Language: TypeScript
- Homepage:
- Size: 214 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🏗 Perfect React Boilerplate







[Sample welcome statement]
---
## What is this for?
[Your description goes here]
## 🛠 Contributing
Before getting started at all, please read our [Code Of Conduct](CODE_OF_CONDUCT.md), then learn how to [Contribute](CONTRIBUTING.md).
## ✍️ Getting Started
### Clone
```bash
git clone https://github.com/rishiosaur/perfect-react.git
```
### Install dependencies
```bash
yarn install
```
### Start local server
```bash
yarn run build
yarn run dev
```
---
## Final
Before pushing your changes and creating pull requests, please check how to [Contribute](CONTRIBUTING.md).