Skip to content

carlopaa/phplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published