create-am-wra
is a command-line interface (CLI) tool for bootstrapping Webflow apps with React. It simplifies the
process of creating new projects by cloning a predefined GitHub repository and setting up the necessary configurations.
- Easy Setup: Quickly clone the repository and set up a new Webflow app.
- Customizable: Specify your app name and the directory for the project.
To install create-am-wra
, you'll need Node.js and npm installed on your machine. You can then install the package
globally using npm:
With NPM
npm install -g create-am-wra
With YARN
yarn add -g create-am-wra
With PNPM
pnpm install -g create-am-wra
After installation you can create a new Webflow app by running:
create-am-wra
And follow the prompts :)
You will be prompted to enter the following arguments:
-
App name: he name of your application. This will be set in the package.json file. Default is
webflow-react-app
-
Directory: The directory where you want to install the project. Default is
Webflow React App
.