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
- Host: GitHub
- URL: https://github.com/melanieseltzer/react-parcel
- Owner: melanieseltzer
- License: mit
- Created: 2018-10-27T03:44:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T02:38:39.000Z (over 7 years ago)
- Last Synced: 2025-02-19T13:19:41.971Z (over 1 year ago)
- Topics: eslint, parcel, parceljs, prettier, react, starter-kit
- Language: JavaScript
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```