appcore-express
v1.0.0
Published
A ready-to-use Express + Socket.IO application core for Node.js projects. Sets up CORS, body-parser, JWT auth middleware, static file serving (frontend/admin SPA), optional Socket.IO with configurable CORS, upload middleware support, and purchase-code val
Maintainers
Readme
Validator Package
Creation
- Do code here and generate a build
- Move that build in the package directory which is already exist ()
- Adjust version and mactch it's dependency with this code's dependecy
- run
- ``npm i `` in the package directory
- ``npm link`` to link globally to useTesting
- in testing directory run
- ```npm link {Package_name}```
- and use it with as usual package works