Skip to content
/ App-1 Public
forked from modx-pro/App

Base app to develop a new MODX website

Notifications You must be signed in to change notification settings

bindu030/App-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start for installation

  • Install MODX Revolution

  • Upload this package into the Extras directory in the root of site

  • Enter into SSH console and run

php ~/www/Extras/App/_build/build.php

path on your site may differs

  • It will make all necessary actions including installing of npm dependencies.

  • For update assets use

cd  ~/www/Extras/App/_build/ && npm run build

And you can develop your new site.

Example deploy settings

About

Base app to develop a new MODX website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.9%
  • Smarty 12.3%
  • JavaScript 9.1%
  • SCSS 0.7%