maneuver/boilerplate

Tiny opiniated framework for quickly prototyping a website

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

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

This package is not auto-updated.

Last update: 2024-04-28 00:16:21 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