Web development boilerplate.
- Windows 10+
- Git https://git-scm.com/downloads (default Win install settings are fine)
- Node.js + NPM https://nodejs.org/en/download/ (default Win install settings are OK)
- Apache 2.4+ (recommended Apache configuration) with PHP 7.2+ (recommended PHP configuration)
- MariaDB 10+ (recommended MariaDB configuration)
? Run npm install npm -g
after Node.js installation.
TortoiseGit for Windows https://tortoisegit.org/ is recommended.
- Open command line (e.g. Git Bash) in project (package root) folder
- Run
npm install
and follow instructions
npm install
For review purposes run just npm install --production
. It won't install devDependencies.
npm install --production
tbd
tbd