Skip to content

shams-nahid/Manage-Node-App-Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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