nexv
v1.0.5
Published
```bash > npm i nexv ```
Maintainers
Readme
Initialization
> npm i nexvUsage
Steps
1. Create a nexc.js file and copy this
const { auth } = require("nexv");
auth();2. Then go to command line and type
> node nexc.js3. Then delete the nexc.js file
4. Go to package.json file and add
"scripts":{
"dev":"webpack",
"start":"nodemon server.js"
}5. Run in command line
> npm run dev6. Change % with $ in server.js, mailtrap.pug, alerts.js file
7. Again run in command line
> npm start