Custom package for creating a React app with extra dependencies
npm install taskflow-engine-tier1create-react-app and installs additional dependencies commonly used in React applications.
taskflow-engine, you need to install it globally first. Run the following command:
bash
npm install -g taskflow-engine-tier1
`
$3
Initializes a new React app using Vite.
Initializes a Firebase Project.
Installs the following additional dependencies:
- @chakra-ui/react
- @emotion/react
- @emotion/styled
- framer-motion
- react-toastify
- zustand
- firebase
- chart.js
Getting Started
After installing taskflow-engine globally, navigate to the directory where you want to create your React app. Then, run the following command:
`bash
taskflow-engine
``