Skip to content
Snippets Groups Projects
Zandor Smith's avatar
Zandor Smith authored
4ffacbf6
History

CRA to Vite Migration Script

CRA = Create React App

Example usage

# Bash
docker run --rm -v $(pwd):/app -w /app node:20 composer install

# Windows Powershell
docker run --rm -v ${pwd}:/app -v ${pwd}/../../sr-productions-administration:/target -w /app node:20 ls /target