# Installation guide
# node.js & npm installation:
apt-get install python-software-properties apt-add-repository ppa:chris-lea/node.js apt-get updateapt-get install nodejs
apt-get install npm
# Check node.js & npm version:
node -vnpm -v
# Install Meteor:
curl https://install.meteor.com | /bin/sh
# Create a project:
meteor create myapp
what is NPM and Meteor, Could you mention a short description
ReplyDeleteMeteor(https://www.meteor.com/) is a JavaScript web app framework and written in Node.js.
ReplyDeleteNPM is a javascript package manager for Node.js. NPM manages node application dependencies and it runs from command line.
So informative
ReplyDeleteNode.js Training | Node.js Training in Chennai