Jul 26, 2017 · 1 min read
hey, i need some help.
I am trying to use meteor on angular’s Tour Of Heroes app. However, I do not understand the instructions. Here’s what i did:
$ cd tour-of-heroes/
$ meteor create server
$ meteor-client bundle — source=server
Based on your instructions, i will find a meteor-client.js under node_modules but it’s nowhere to be found.
Note: I don’t have any experience with Meteor JS but I am familiar with Angular 1 and 2
