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

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.

Awesome Lists containing this project

README

          

# 🏗 Perfect React Boilerplate

![build status](https://github.com/rishiosaur/perfect-react/workflows/build/badge.svg)
![lint status](https://github.com/rishiosaur/perfect-react/workflows/lint/badge.svg)
![format status](https://github.com/rishiosaur/perfect-react/workflows/format/badge.svg)

![GitHub](https://img.shields.io/github/license/rishiosaur/perfect-react)
![GitHub issues](https://img.shields.io/github/issues/rishiosaur/perfect-react)
![GitHub contributors](https://img.shields.io/github/contributors/rishiosaur/perfect-react)
![GitHub last commit](https://img.shields.io/github/last-commit/rishiosaur/perfect-react)

[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).