Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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. 👷

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 👋.*