Frontend Setup
Steps to follow for setting frontend:
- For installing node_modules, Run this command in terminal or CMD:
npm install
- For building CSS and JS, Run in terminal or CMD:
For creating development build:OR
npm run dev
For creating production build:npm run build
npm run watch