generator-express-no-stress
generator-express-no-stress copied to clipboard
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Hi @cdimascio , thank you for develop this generator :) . i found duplicate key `parserOptions` when choose Airbnb Linter.
Helo! Good Morning! Is there an example of a page that can be applied to this framework? So it would be more complete. thanks for the great job
I got an error in npm run compile to build the production application: ``` 0 info it worked if it ends with ok 1 verbose cli [ '/home/hackerunet/.nvm/versions/node/v10.9.0/bin/node', 1 verbose...
Currently we use `__dirname` (which returns the path of `server.js`) as starting point in finding our way to `/public`. https://github.com/cdimascio/generator-express-no-stress/blob/53082f95d018be189a5e0e4ae3f903e77cdaefb1/app/templates/server/common/server.js#L17 https://github.com/cdimascio/generator-express-no-stress/blob/53082f95d018be189a5e0e4ae3f903e77cdaefb1/app/templates/server/common/server.js#L30 There are two issues with this scenario: 1. It...
EDIT: backpack is no longer used as of version 4 and greater. (This issue is still relevant as, Babel could be made optional)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...