Please use folder name site or different name for the folder inside /MSM2/www/. The path should looks like /MSM2/www/site/.
If you use a different name for the folder, you will need to change all references leading to
site
inwebpack.config.js
andindex.html
.
- Initialize and install all dependencies for MastermindCMS2:
npm install
- Build development:
npm run dev
- Build production:
npm run build
This is simple application which demonstrates basic functionality. It can be used as a starter template.
- Start development:
npm run dev