Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodf/react-minimal-starter-parcel
A minimal starter project (2-files, 1 JS file) for React with Parcel
https://github.com/hugodf/react-minimal-starter-parcel
minimal parcel-bundler parcel-react react react-starter-kit react-starter-project
Last synced: 13 days ago
JSON representation
A minimal starter project (2-files, 1 JS file) for React with Parcel
- Host: GitHub
- URL: https://github.com/hugodf/react-minimal-starter-parcel
- Owner: HugoDF
- License: mit
- Created: 2019-09-03T19:46:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T19:43:37.000Z (over 1 year ago)
- Last Synced: 2024-11-03T23:25:29.688Z (2 months ago)
- Topics: minimal, parcel-bundler, parcel-react, react, react-starter-kit, react-starter-project
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Minimal Starter Parcel
A minimal starter project (2-files, 1 JS file) for React with Parcel and xo for linting.
## Scripts
`npm start`: runs Parcel in dev mode
`npm run build`: run Parcel in build mode (outputs to `./dist`).
## License
Licensed under MIT, see [LICENSE](./LICENSE).