Create a new DECAF Webapp
npm install create-decaf-webapp
Create DECAF Web applications with zero or minimal configuration.
- Create DECAF Webapp works on macOS and Linux.
- It may work on Windows, but it is not officially supported.
- If something doesn’t work, please file an issue.
``bash`
npx create-decaf-webapp@latest my-app -a "My App"
cd my-app
npm run dev
> You can also install it globally with npm i -g create-decaf-webapp. But to ensure you always use the latest version, it is recommended to use npx`.
Then open http//localhost:3000/webapps/my-app/development/ to see your app.