-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Yeoman template for this project #13
Comments
Hi @koistya. As we talked I can help on this. Have no ETA but will try to get it done asap. |
@alduro yeah, that would be awesome! |
@koistya Done ! This is the first version. You can try it using: npm install -g generator-flux-webapp yo flux-webapp and run gulp at the end. Images are not working properly even on the source project. Enjoy it ! |
Cool, thanks! |
Cool. Any ideas for sub-generators for this? |
great! thanks |
@alduro I was getting here from yeoman webpage via react-fullstack name of generator.. is it same generator as flux-webapp? |
Be really cool to create some generators to stub out new components so there's less manual effort to get yourself on a tear. WDYT? |
@JHabdas yep, that would be nice. There is a minimum Yeoman generator template located at yeoman-generator branch. This template is available on NPM - generator-react-fullstack. Contributions are welcome! |
* update apollo packages * bye apollo-link-state * fix: jest error by updating jest * mod: Make `yarn codegen` always executable * mod: Take care non-js import in flowconfig * suppress 'sequelize deprecated String based operators' error * suppress 'Please use `require("history").PathUtils' error * refac: make all components functional * Flow to Typescript (#13) * get available port on codegen (#14) * improve tyeps (#15) * refactor typings * remove unnecessary babel plugin * Type models * pass `eslint --ext .ts --ext .tsx` * mod: clear old type defs before codegen improve eslint defs * ignore Node12 build * Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151 * Fix Node 12 build failure
No description provided.
The text was updated successfully, but these errors were encountered: