Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.76 KB

README.md

File metadata and controls

67 lines (53 loc) · 1.76 KB

Logo

React Parcel Template

A template for creating a React app with Parcel.

Place your badges here!


About

This template includes:

Getting Started

Requires Git and the Yarn package manager.

  1. Create a new repository by clicking Use this template.
  2. Customize the following files:
    • LICENSE
    • package.json
    • public/index.html
    • README.md
    • src/components/App.js
  3. Optional: Update dependencies with yarn upgrade.
  4. Install dependencies with yarn.
  5. Start the development server with yarn dev.
  6. Build the project for deployment with yarn build.

Credits

License

MIT