Markup project created by XD design mockup. Demo link
The shop page support themes. To test the logic add to the shop page the following query parameter ?theme=yellow
- Bootstrap 5
- SaaS
- Webpack
- gulp
nodeenv used to isolate the node versions on the system
pip3 install nodeenv
Create a virtualenv with the 18 node version
nodeenv -n 18.9.0 env
Active it
. env/bin/activate
npm install
npm run build
npm run dev