create-flower-app
v1.0.3
Published
A quick boilerplate for starting React + Flower projects with Vite and TypeScript.
Downloads
4
Readme
React Flower Boilerplate
A quick boilerplate for starting React + Flower projects with Vite and TypeScript.
Usage
- Install dependencies
npm install- Build and link the CLI globally
npm run build
npm run link # Only if the CLI is not linked automaticallyThis will build the CLI and copy the templates into the dist folder.
- Create a new project
create-flower-appThe CLI will ask a name for the project and create a new project in a new folder.
It automatically installs all dependencies and initializes a Git repository.
Thanks for choosing Flower React for your development desires
