/phplate

Primary LanguagePHPMIT LicenseMIT

phplate

Just a simple php kit for front-end development.

Getting Started

  1. Go to your project files and clone this repo using your command line
git clone git@github.com:carlopaa/phplate.git YOUR_PROJECT_NAME
  1. Go to your newly created project
cd YOUR_PROJECT_NAME
  1. Install dependencies needed
npm install
  1. Open webpack.mix.js and change the proxy value phplate.test on line 35 with your project's hostname

  2. Watch for changes

npm run watch
  1. Open localhost:3000 on your browser

  2. Minify and optimize ung css and js assets

npm run prod

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments