maneuver / boilerplate
Tiny opiniated framework for quickly prototyping a website
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- aptoma/twig-markdown: ~1.1
- doctrine/dbal: ~2.5
- michelf/php-markdown: ~1.4
- silex/silex: ~1.2
- symfony/yaml: ~2.6
- twig/twig: 1.*
README
-
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