taskflow-engine-tier1
v5.1.0
Published
Custom package for creating a React app with extra dependencies
Downloads
21
Readme
taskflow-engine-tier1
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.
Installation
To use taskflow-engine
, you need to install it globally first. Run the following command:
npm install -g taskflow-engine-tier1
Features
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:
taskflow-engine <app-name>
Replace with the desired name for your React app. This command will create a new React app with the additional dependencies installed.
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.