maneuver/boilerplate

Tiny opiniated framework for quickly prototyping a website

Maintainers

Package info

github.com/maneuver-agency/boilerplate

Language:JavaScript

Type:project

pkg:composer/maneuver/boilerplate

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.0 2018-03-16 12:30 UTC

This package is not auto-updated.

Last update: 2026-03-15 09:32:11 UTC


README

  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