for node.js beginners simple add calculator / how to write a simple README.md
brew install node.js
mkdir test
cd npm_test
npm init
npm install -g browserify- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request 😏
cd npm_test
browserify src/main.js -o dest/build.js-> then you can see the result on index.html