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
Start by cloning the project. Then run the command
npm install .
For Development
npm run watch
For Production
npm run production