Skip to content

Markup project based on Bootstrap 5, SASS and some JavaScript

Notifications You must be signed in to change notification settings

dubisoft-solutions/primandis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primandis

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

Technologies

  • Bootstrap 5
  • SaaS
  • Webpack
  • gulp

How to build the project?

Install nodeenv

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

Install node modules

npm install

Build assets

npm run build

Run dev server

npm run dev

About

Markup project based on Bootstrap 5, SASS and some JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published