https://github.com/friedrith/boilerplate-parcel
A boilerplate for react with parcel
https://github.com/friedrith/boilerplate-parcel
Last synced: about 2 months ago
JSON representation
A boilerplate for react with parcel
- Host: GitHub
- URL: https://github.com/friedrith/boilerplate-parcel
- Owner: friedrith
- License: mit
- Created: 2024-03-05T12:30:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T11:32:42.000Z (about 2 years ago)
- Last Synced: 2025-01-16T09:07:35.596Z (over 1 year ago)
- Language: TypeScript
- Size: 603 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boilerplate-parcel


A 2024 boilerplate for React+Tailwind applications using Parcel.
## Getting started
```bash
pnpm install
pnpm dev
```
## Build
```bash
pnpm lint
pnpm format
pnpm test
pnpm test:e2e
pnpm commitlint # check commit messages
pmpm build
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Technologies
This boilerplate uses the following technologies:
- [pnpm](https://pnpm.io/)
- [Parcel](https://parceljs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
- [Jest](https://jestjs.io/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Playwright](https://playwright.dev/)
- [I18next](https://www.i18next.com/)
- [Testing Library](https://testing-library.com/)