Frontend Setup

Steps to follow for setting frontend:

  1. For installing node_modules, Run this command in terminal or CMD:
    npm install
  2. npm run watch
  3. For building CSS and JS, Run in terminal or CMD:
    For creating development build:
    npm run dev
    OR
    For creating production build:
    npm run build