Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 458 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 458 Bytes

Steps to see the working code:

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