Installing Mooltipage
Prerequisites:
Mooltipage is based on Node.JS and requires version 14.0 or later to run. If you do not have Node.JS, then you can download it at no cost from the Node.JS official website.
No other software is required.
Installation:
Mooltipage is designed to be installed and run through NPM, a package management tool that is included with Node.JS. Follow these steps to install Mooltipage via NPM. If you are installing into an existing NPM project, then skip to step #4.
- Create a new folder somewhere on your PC. This is where your web project will be located.
- Open a Terminal, Command Prompt, or PowerShell window to the newly created folder.
- Execute the command
npm init
. Follow the prompts to complete project setup. - Execute the command
npm install --save-dev mooltipage
.
Congratulations, Mooltipage is now installed and ready for use. Please proceed to Getting Started - Creating a Page to learn how to utilize Mooltipage in an HTML page.