Skip to content

Tiny opinionated framework for quickly prototyping a website

Notifications You must be signed in to change notification settings

maneuver-agency/boilerplate

Repository files navigation

Instructions

  1. Make sure node, npm and composer are installed globally on your system.

  2. Run the following command:

npm start

Or you can run composer install and npm install separately.

  1. Open app.config.js and change the variables accordingly.

  2. Open config.php and change settings.

  3. 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 
  1. Deploying: To a staging server:
npm run stage

Or to production server:

npm run deploy

About

Tiny opinionated framework for quickly prototyping a website

Resources

Stars

Watchers

Forks

Packages

No packages published