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

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

Awesome Lists containing this project

README

          

# Boilerplate-parcel

![build status](https://img.shields.io/github/actions/workflow/status/friedrith/boilerplate-parcel/validate.yml)
![version](https://img.shields.io/github/package-json/v/friedrith/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/)