Skip to main content

Installation

Run the following command:

npx create-mongez-app ecommerce

Change ecommerce with your project name.

Then select Node Js (Typescript)

Select Node Js

Now select Warlock from the list of command.

Select Warlock

Then it will ask you to install project dependencies, select Yes.

The final step wether to initialize git repository or not, select Yes if you want to initialize git repository.

Now you are done

Run the project

Open the project directory then run the following command:

yarn start