This is a boilerplate starter project featuring:
- Slim PHP
- Webpack
- Twitter Bootstrap
- Browsersync
- Run
composer installto install PHP dependencies. - Make a copy of the
.env.examplesecrets file and name it.env. Set appropriate values for each value. - Run
composer startto start the built-in PHP server and view your site on http://localhost:8000. - Run
npm installto install frontend dependencies. - Run
npm run devto start Browsersync and view your site on http://localhost:3000. - Run
npm run buildto compile frontend assets for production.
- Fork this repo
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a pull request