Skip to content

averycrespi/react-parcel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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