Skip to content

DreamCloudProject/msm2-starter-project

Repository files navigation

MastermindCMS2 Example Template

Please use folder name site or different name for the folder inside /MSM2/www/. The path should looks like /MSM2/www/site/.

NOTES:

If you use a different name for the folder, you will need to change all references leading to site in webpack.config.js and index.html.

Installation

  1. Initialize and install all dependencies for MastermindCMS2:
npm install
  1. Build development:
npm run dev
  1. Build production:
npm run build

Test Application

This is simple application which demonstrates basic functionality. It can be used as a starter template.

  1. Start development:
npm run dev

http://localost:5000/site/index.html

License

MIT

About

This is simple example of MastermindCMS2 usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published