Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 814 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 814 Bytes

Step by Step Guideline

Objective

Manage the environment variables in node app easiest way.

Run application

Clone the repo

git clone https://github.com/bmshamsnahid/Manage-Node-App-Environment

Install dependencies

npm i

Create .env file just like .envExample and copy the content from .envExample to .env.

Your newly created .env file should be look like

foo=bar

Now run the app

npm start

or

node index.js

Test

To test the module, run

npm test

License

MIT