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
- Host: GitHub
- URL: https://github.com/averycrespi/react-parcel-template
- Owner: averycrespi
- License: mit
- Created: 2020-04-15T17:04:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:04:27.000Z (over 3 years ago)
- Last Synced: 2023-03-04T09:38:37.547Z (over 3 years ago)
- Topics: babel, eslint, husky, jest, material-ui, parcel, prettier, proptypes, react
- Language: HTML
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A template for creating a React app with Parcel.
Place your badges here!
## 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/)