/ecommerce

General purpose ecommerce website based on lamp stack

Primary LanguageJavaScript

E Commerce Solution

1. Tools to be installed before contributing

  1. nodejs click here to download download lts version
  2. yarn installation guide

2. Things to after installing tools

  1. open terminal in the project directory execute following commands one by one
    yarn install
    yarn build
    yarn run compile:sass

3. How to Work

  1. All the code is written in src folder
  2. If you have written scss run following command to compile to css
    yarn run compile:scss
  1. If you have written js run following command to build js file
    yarn build
  1. before pushing the test your code with following command
    yarn test

❌❌DONT PUSH YOUR CODE IF TEST FOR YOUR CODE IS NOT PASSED❌❌

  1. All the code you write should be pushed to dev branch do not push to master branch
  2. Things to do is mention in projects section