Create leaf app
npm install create-leaf-app``bash`
npx create-leaf-app myapp
cd myapp
npm run dev
Runs the app in development mode.
Open http://localhost:5001 to view it in the browser.
Runs the test watcher in an interactive mode.
Builds the app for production to the build folder.