Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebstar/react-parcel-starter
Template to quickly start a react project with parcel bundler 📦. It is also configured to work with react testing library. 👷
https://github.com/thebstar/react-parcel-starter
css html javascript jest parcel react react-testing-library template
Last synced: 11 days ago
JSON representation
Template to quickly start a react project with parcel bundler 📦. It is also configured to work with react testing library. 👷
- Host: GitHub
- URL: https://github.com/thebstar/react-parcel-starter
- Owner: theBstar
- Created: 2020-07-25T16:25:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:25:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T14:37:17.348Z (9 months ago)
- Topics: css, html, javascript, jest, parcel, react, react-testing-library, template
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React pracel starter 🚀
This project allows to quickly start a react project with parcel bundler 📦. It is also configured to work with react testing library. 👷### Commands 🖥️
- To start the development server run -- ```bash npm start```
- To run the test cases -- ```bash npm run test```
- To build for production run -- ```bash npm run build```### To get started
- Clone or download the repo
- Run the development server with ```bash npm start```
- Start making changes### Contributions you can make (In no particular order)
- [ ] Add linter support
- [ ] Add pretier support
- [ ] Add typescript support (with test as well)
- [ ] Add more to this list ...*Feel free to open issues, share new ideas or add new features (supports) or just say Hi 👋.*