Skip to content

Create (React) Parcel App / Light-weight React starter with Parcel for practice projects

Notifications You must be signed in to change notification settings

ericmurphyxyz/cpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Create (React) Parcel App

Run this script to create a new light-weight starter React App with Parcel.

cpa new-react-project

Installation

Install Parcel first.

npm install -g parcel

To run the script, give it executable permissions with chmod.

chmod +x cpa

You can call the script by adding it as an alias in your shell config file. (e.g. .bashrc or .zshrc)

alias cpa="~/path/to/cpa"

About

Create (React) Parcel App / Light-weight React starter with Parcel for practice projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages