Steps to see the working code:
- Clone the repository in your local machine.
- Open the folder in the command prompt. Type command: code . (Open the folder in VS Code).
- Open a new terminal in VS Code, in that type command : npm install (This will install node modules in your folder).
- Again in the same directory type command : npm run dev.
- Ctrl+click on the localhost which is prompted on the terminal. This will redirect you to working project.