Noderize icon indicating copy to clipboard operation
Noderize copied to clipboard

Create a Node app in less than 30 seconds.

Results 9 Noderize issues
Sort by recently updated
recently updated
newest added

Hello! Thanks for create noderize. I really appreciated. I just followed here: https://noderize.js.org/docs/configuration-noderize.html#env and typed: **$> yarn build --env test** UnhandledPromiseRejectionWarning: WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using...

I think dotenv should be shipped by default. Yay or nah?

As title said, currently v0.6.0 by default run `yarn watch` with `NODE_ENV=production start`. My assumption is most people will only use `watch` for development. Is there any reason it should...

bug
help wanted

The move command will be moved into the runtime package. The start command currently runs a built version, with sourcemap (which is broken AFAIK). This makes the scripts package required...

enhancement

Allow start to be used with an API.

enhancement

Version: 0.7.1 I'm not familiar with webpack, but it seems that in v0.7.1 webpack minifys the scripts and removes the Classes name property. In v0.7.0: ``` Class Foo{} console.log(Foo.name); //...

Hello designers! We're looking for a new logo for Noderize. The current one was someone meant as a placeholder. I made it in about 2 minutes in Inkscape, and I...

help wanted

Seems reproducible with any new noderize app create, even after successful build/watch, initially running... ```yarn format``` generates a SyntaxError via ```@noderize\scripts\node_modules\.bin\prettier``` and args handling? ```yarn test``` generates a SyntaxError via...

bug
help wanted