- apache
- php (7+)
- js (es6)
- mysql (5.7.6+)
- nodejs (7+)
- npm (4+)
Type npm install
on same directory as this file to install dependency
- for all files (including php, html, js and css), we would use 4 spaces to indent
- copy application/config/testing
- to application/config/development
- modify configs inside development folder
npm run watch
- css: ./application/src/css
- js: ./application/src/js
- css and js: ./assets
- css-files.json
- js-files.json
p.s. sources directory and output directory is hard coded
settings files are key(assert folder) => array(of files path on src folder)
{
"js/folder": ["app/test"]
}
sources file
application/src/js/app/test.js
output to
assets/js/folder/test.js
{
"js": ["abc"]
}
sources file
application/src/js/abc.js
output to
assets/js/abc.js