create-fxd4
v1.0.0
Published
Fxd4.js starter kit installer
Downloads
92
Readme
Create Fxd4 🚀
The official CLI scaffolding tool to initialize new projects with the fxd4.js framework.
Quick Start
You can generate a new fxd4 project instantly without manual downloads using npx:
npx create-fxd4 my-awesome-appOnce the installation is complete, navigate to your project directory and start the development server:
cd my-awesome-app
npm run dev