-
Make sure node, npm and composer are installed globally on your system.
-
Run the following command:
npm start
Or you can run composer install
and npm install
separately.
-
Open app.config.js and change the variables accordingly.
-
Open config.php and change settings.
-
Kickstart the automation and watch regular updated files (styles, scripts and images):
npm run dev
Or with Hot Module reloading and brower-sync enabled:
npm run watch
- Deploying: To a staging server:
npm run stage
Or to production server:
npm run deploy