Meteor (Node.js) Basic commands ::
# Create new application
> meteor create app_name
# Start server
> meteor
# Mongo DB from console
> meteor mongo
# Deploying application
> meteor deploy my_app_name.meteor.com
# Create new application
> meteor create app_name
# Start server
> meteor
# Mongo DB from console
> meteor mongo
# Deploying application
> meteor deploy my_app_name.meteor.com
Ref link :: https://www.meteor.com/
ReplyDeleteWow cool, Good job
ReplyDeleteNice Post Sir
ReplyDelete@kartik, now add more commands and details
Delete