This is full rework of https://github.com/EvgenBabenko/ad
https://evgenbabenko.github.io/ad-rework/
Install the dependencies:
npm installStart the dev server:
npm devBuild the app for production:
npm buildPreview the production build locally:
npm preview