Contains a step by step guide for demonstration and mass testing purposes
mkdir projgen-test
cd projgen-test
npx @projgen/cli create https://raw.githubusercontent.com/Projgen/demonstration/refs/heads/main/demo-template.json -y- press 'y' and
ENTER - press
ENTERto selectnpm
After confirming everything is correct, you can delete the projgen-test folder again
mkdir projgen-test
cd projgen-test
npx @projgen/cli add https://raw.githubusercontent.com/Projgen/demonstration/refs/heads/main/demo-template.json- press 'y' and
ENTER
npx @projgen/cli create demo-template -y- press
ENTERto selectnpm
After confirming everything is correct, you can delete the projgen-test folder again
- Check for:
- Folder ./my-project was created and contains the regular vite react boilerplate code
package.jsoncontains@tailwindcss/viteindependenciesvite.config.tshas an import from@tailwindcss/viteand liststailwindcss()in pluginssrc/index.csscontains only@import 'tailwindcss';package.jsonhasversionset to1.0.0