Installing Maizzle and Creating a Project
To install maizzle we need to have installed.
npm install -g @maizzle/cli
For this tutorial, we are using the template project provided by maizzle. You can check out the documentation and more templates
npx @maizzle/cli new https://github.com/maizzle/maizzle.git
The above will create a folder named maizzle
in the current working directory. Now open this folder in your preferred editor. (I use VSCode)
These are the default files created when you run the command.