Just a simple php kit for front-end development.
- Go to your project files and clone this repo using your command line
git clone [email protected]:carlopaa/phplate.git YOUR_PROJECT_NAME
- Go to your newly created project
cd YOUR_PROJECT_NAME
- Install dependencies needed
npm install
-
Open
webpack.mix.js
and change the proxy valuephplate.test
on line 35 with your project's hostname -
Watch for changes
npm run watch
-
Open
localhost:3000
on your browser -
Minify and optimize ung css and js assets
npm run prod
This project is licensed under the MIT License - see the LICENSE.md file for details