b01110011

Results 5 comments of b01110011

If I understand your question correctly: Registry your project in npm, then install it and run. Something like ``` cd node_modules/project_name npm run build npm run start ``` above commands,...

project_name is your name of npm module

this module must run on localhost? as any other application, but only as npm dependency?

then the instruction above ____________________________________ If your module has serverMiddleware you need rewrite it as cjs module (commonJs) or you catch fatal errors