A CLI app which creates the Create React App (CRA) and adds user specific custom functionality. Currently, the following custom functionalities are available:
- Basic
- React router
- More functionalities will be added in the future.
- pnpm i to install dependencies
- pnpm build to build dependencies
We can install the template locally using this command:
npx <path\to\cliApp\bin\advanced-cra.js>
OR
node <path\to\cliApp\bin\advanced-cra.js>