Webpack config with php for Devine 🎓
- Eslinter
- Stylelinter
- PostCSS compatible
- ES6 compatible
- Promise and Fetch Polyfilled
Install project dependencies
npm install or yarn
Run the project with development server on port 8080:
npm run development or yarn development
Run the backend on a local server environment for example: https://www.mamp.info/
Generate a production build:
npm run production or yarn production