Project Structure

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.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *