Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 591 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 591 Bytes

react-wp

Quick try-out guide:

  1. Fork / Download this repo and open in VS Code( requires "Remote Development" extension[pack of 4 extensions], docker, docker-compose and docker-credential-helper to be installed).

  2. Open in devcontainer,( press CTRL+ Shift+ p to open command pallete and search for dev container : rebuild and reopen in container and invoke it.)

  3. When you are inside the devcontainer, to run the project, i) in /workspaces/backend run: npm run dev ii) in /workspaces/frontend run: npm run dev

** Report issues, if you have encountered any**