create-react-app on AUR (Arch User Repository)

Last updated: December 28,2024

1. Install "create-react-app" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install create-react-app on Arch using YAY

$ yay -S create-react-app

* (Optional) Uninstall create-react-app on Arch using YAY

$ yay -Rns create-react-app

2. Manually Install "create-react-app" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone create-react-app's git locally

$ git clone https://aur.archlinux.org/create-react-app.git ~/create-react-app

c. Go to ~/create-react-app folder and install it

$ cd ~/create-react-app $ makepkg -si

3. Information about the create-react-app package on Arch User Repository (AUR)

ID: 867794
Name: create-react-app
PackageBaseID: 134184
PackageBase: create-react-app
Version: 4.0.3-1
Description: Bootstrapping tool for React
URL: https://github.com/facebook/create-react-app
NumVotes: 5
Popularity: 0
OutOfDate: 1667535524
Maintainer: ny-a
Submitter: flacks
FirstSubmitted: 1531338526
LastModified: 1614046822
URLPath: /cgit/aur.git/snapshot/create-react-app.tar.gz