mini frontend scaffold
npx create-beaver-app <your-app-name>
cd <your-app-name>
# start development
npm start
# building for production
npm run build
mini frontend scaffold
npx create-beaver-app <your-app-name>
cd <your-app-name>
# start development
npm start
# building for production
npm run build