Skip to content

miluna/react-parcel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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