Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 574 Bytes

Webpack config with PHP

Webpack config with php for Devine 🎓

Specs

  • Eslinter
  • Stylelinter
  • PostCSS compatible
  • ES6 compatible
  • Promise and Fetch Polyfilled

Install Instructions

Install project dependencies npm install or yarn

Frontend development

Run the project with development server on port 8080: npm run development or yarn development

Backend

Run the backend on a local server environment for example: https://www.mamp.info/

Generate a production Build

Generate a production build: npm run production or yarn production