jahidul-npm-helloword
v1.2.2
Published
This is hellow word
Readme
Overview
Build
# Create package.json if it's missing
$ npm install/i
# Make changes
# Commit changes
$ git add .
$ git commit -m 'commit message'
# Incriment version
$ npm version (major|minor|patch)
# Push
$ git push
# GitHub action (see .github) will trigger.# Execute
$ node main.js
# Open up `http://localhost:3000/` in a browserJahidul Islam
