Skip to content
Snippets Groups Projects
Zandor Smith's avatar
Zandor Smith authored
1a896b1f
History
Name Last commit Last update
.idea
src
.gitignore
README.md
package.json
yarn.lock

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