Webpack + Twig for frontend templating used in the luckystarter template. After you run production or watch the files will be published in the web folder.
In order to change the text/data please refer to the _data/index.twig.json
- Twig Templating Engine
- Webpack + Browsersync
- Tailwind CSS with Purge CSS for production
- Image optimization for PNG and JPG is available on production mode
- Critical CSS is avaialable for index page
Start by cloning the project. Then run the command
npm install .
For Development
npm run watch
For Production
npm run production