1.0.5 • Published 4 years ago

nexv v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Initialization

 > npm i nexv

Usage

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.js

3. 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 dev

6. Change  %  with  \$  in server.js, mailtrap.pug, alerts.js file

7. Again run in command line

> npm start