generator-kodly-requirements
v1.0.0
Published
Yeoman generator for a simple static app with router, i18n, auth screens, and landing/dashboard wireframes
Downloads
90
Maintainers
Readme
generator-kodly-requirements
A Yeoman generator that scaffolds a simple static React-style app with client-side router, i18n (en/ja), auth wireframes (login, signup, forgot/reset password), landing and dashboard screens, toasts, and theme styles.
Prerequisites
Installation
npm install -g generator-kodly-requirementsUsage
yo kodly-requirementsYou’ll be prompted for an application name (default: myapp). The generator creates a folder with that name containing the app files.
To pass the name on the command line:
yo kodly-requirements --appName=my-appGenerated structure
- Root:
App.js,styles.css - components: router, i18n, auth-header, auth, toast
- screens: landing, dashboard, login, signup, forgot-password, reset-password
- locales: JSON files for en/ja
The app is static (no build step in the default output). To run it you’ll need a dev server or environment that supports ES modules and the file layout above.
License
MIT
