No client or server folder after meteor create

Hi,

I’m super new to Meteor, so perhaps I’m missing something. I’m trying to follow the simple todo list app tutorial, but when I do meteor create simple-todo and go into the folder, there are no client or server folders to be found. It simply created a css, js and html files with the name of the app in the main directory.

I’m running on Windows, so maybe that is causing some stuff to be missing?

Thanks

Have you tried meteor init i always do that when i have a problem like this.

Says the command doesn’t exist

Nevermind. Apparently I wasn’t properly logged in…

Okay,i am glad you had it solved. I was going to recommend getting a scaffolding tool to generate app structure like iron cli.