Enjoy the latest MVC to build your project on.
Now fully supportive of SCSS and NodeJS.
Feel free to use this core as an template to your own projects.
Will soon add database support :)
- Make sure you have NodeJS and GulpJS installed.
You can find it here: https://nodejs.org/en/ and https://gulpjs.com/ - After installing, head over to
/assets
and runnpm install
. - You can now use
gulp watch
to update your SCSS and JavaScript completely automatically.
gulp watch
will automatically minify (aka uglify) all of your styling and javascript files taken out of yoursrc
dir.
After that, it'll distribute them by putting them indist
which Skeleton loads in theindex.php
file. - The proper way to do this is by editing
assets/resources/src
. - Edit the
/core/config.class.php
file to read your new project and cdn url.