Installation

Prerequisites

Before getting started with Ecme, ensure your development environment has the following tools installed:

Installing Ecme

After extracting the downloaded .zip file, you'll find two folders TypeScript and JavaScript. Each folder contains the following sub-directories:

  • demo

    This folder contains the full demo of the project, including everything you see in the live preview. It's meant for reference only and NOT recommended for development.

  • starter

    The starter pack provides the basic setup for the template. This is where you should begin your development, creating pages and adding your code. We recommend copying this folder into your workspace.

  • documentation

    This folder includes an index.html file that redirects to the online documentation.

Once you've chosen your desired package, navigate to the project's root directory (where package.json is located) and run the following command in your console:

npm install

This will install all necessary dependencies in the node_modules directory, allowing you to start development.