First design prototype for the Power Automate Desktop actions pane. Test it -> https://cimaja.github.io/actions-pane-V1/
- Framework: React 18
- Build Tool: Vite
- Language: TypeScript
- Styling: Tailwind CSS
- State Management: Zustand
- UI Libraries:
- DND Kit for drag and drop
- React Flow for flow-based interfaces
- Lucide React for icons
- Development Tools:
- ESLint for code linting
- PostCSS for CSS processing
- TypeScript for type safety
-
Clone the repository
git clone [repository-url] cd ActionsPane
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Build for production
npm run build
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Lint code using ESLint
ActionsPane/
├── src/
│ ├── components/ # React components
│ ├── data/ # Data files
│ ├── lib/ # Utility functions and helpers
│ ├── store/ # Zustand store configurations
│ ├── App.tsx # Main application component
│ └── main.tsx # Application entry point
├── public/ # Static assets
└── ...config files # Various configuration files