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

https://github.com/averycrespi/react-parcel-template

A template for creating a React app with Parcel
https://github.com/averycrespi/react-parcel-template

babel eslint husky jest material-ui parcel prettier proptypes react

Last synced: 2 months ago
JSON representation

A template for creating a React app with Parcel

Awesome Lists containing this project

README

          





Logo



React Parcel Template



A template for creating a React app with Parcel.



Place your badges here!



About
Getting Started
Credits
License





## About

This template includes:

- [Babel](https://babeljs.io/)
- [ESLint](https://eslint.org/)
- [Husky](https://www.npmjs.com/package/husky)
- [Jest](https://jestjs.io/)
- [Material UI](https://material-ui.com/)
- [Parcel](https://parceljs.org/)
- [Prettier](https://prettier.io/)
- [PropTypes](https://www.npmjs.com/package/prop-types)
- [React](https://reactjs.org/)
- [React DOM](https://reactjs.org/docs/react-dom.html)

## Getting Started

Requires [Git](https://git-scm.com/) and the [Yarn](https://yarnpkg.com/) package manager.

1. Create a new repository by clicking [Use this template](https://github.com/averycrespi/react-parcel-template/generate).
2. Customize the following files:
- `LICENSE`
- `package.json`
- `public/index.html`
- `README.md`
- `src/components/App.js`
3. *Optional*: Update dependencies with `yarn upgrade`.
3. Install dependencies with `yarn`.
4. Start the development server with `yarn dev`.
5. Build the project for deployment with `yarn build`.

## Credits

- Placeholder images taken from [Placeholder.com](https://placeholder.com).

## License

[MIT](https://choosealicense.com/licenses/mit/)