Documentation
No Result Found
Frontend Setup
Steps to follow for setting frontend:
- For installing node_modules Run in terminal or CMD:
npm install - For building css and js Run in terminal or CMD:
For creating development buildOR
npm run devFor creating production buildnpm run build
npm run watch