After creating a new Meteor app, you’ll see a few default directories and files:
client/
: Code and files that are specific to the client side.server/
: Code that runs on the server side.imports/
: Code that can be imported by both client and server.public/
: Static assets that are served directly.package.json
: Lists your app’s dependencies.
Leave a Reply