Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 728 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 728 Bytes

React Parcel Starter

A minimal setup project using Parcel as bundler

You can get the script here:

This script initializes a React project with react, react-dom and react-router as dependencies relying in Parcel to bundle the project.

Requirements

You will need to install Parcel if you haven't already. You can run the following command:

npm install -g parcel-bundler

Please make sure you run the script using a Linux/Mac/Git Bash terminal as it is a Shell script.
You can get Git here