Automate the setup of your React projects with ease! This package creates a new React app using create-react-app
and installs additional dependencies commonly used in React applications.
npm install -g taskflow-engine
taskflow-engine Replace with the desired name for your React project.
Initializes a new React app using create-react-app. Installs the following additional dependencies: @chakra-ui/react @emotion/react @emotion/styled framer-motion react-toastify zustand firebase chart.js Getting Started Install the package globally using npm install -g taskflow-engine. Run taskflow-engine to create a new React app with the specified dependencies. Example bash Copy code
npm install my-project
cd my-project
taskflow-engine MyAwesomeApp This will create a new React app named MyAwesomeApp with the additional dependencies.
Notes Ensure that you have Node.js and npm installed on your machine before using this package. Internet connection is required during the first run to fetch dependencies.