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

https://github.com/melanieseltzer/react-parcel

Simple React + Parcel starter with ESLint and Prettier
https://github.com/melanieseltzer/react-parcel

eslint parcel parceljs prettier react starter-kit

Last synced: about 1 month ago
JSON representation

Simple React + Parcel starter with ESLint and Prettier

Awesome Lists containing this project

README

          

# 📦 React Parcel

> Spend less time configuring and more time developing

Simple React + Parcel starter with ESLint and Prettier. Because the worst part of modern development is configuring the build tools 🙃

## 🚀 Run the dev server

```
yarn start
```

## 🔨 Build for production

```
yarn build
```