Installation
Run the following command:
npx create-mongez-app ecommerce
Change ecommerce
with your project name.
Then select Node Js (Typescript)
Now select Warlock
from the list of command.
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
- NPM
- Pnpm
yarn start
npm start
pnpm start