Skip to content

janrenn/devstack

Repository files navigation

devstack

Web development boilerplate.


Prerequisites

  1. Windows 10+
  2. Git https://git-scm.com/downloads (default Win install settings are fine)
  3. Node.js + NPM https://nodejs.org/en/download/ (default Win install settings are OK)
  4. Apache 2.4+ (recommended Apache configuration) with PHP 7.2+ (recommended PHP configuration)
  5. MariaDB 10+ (recommended MariaDB configuration)

? Run npm install npm -g after Node.js installation.
TortoiseGit for Windows https://tortoisegit.org/ is recommended.

Installation

  1. Open command line (e.g. Git Bash) in project (package root) folder
  2. Run npm install and follow instructions
npm install

For review purposes run just npm install --production. It won't install devDependencies.

npm install --production

Deployment

tbd

Troubleshooting

tbd

Other sources

About

Web development boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published