This is a Github browser sample project.
Following tech stack is used for this demo work. You can view the demo
- package manage: pnpm
- workspace: nx
- front end: react
- functional tests: playwright
- Clone the repository
- Install pnpm as I have used this for this project. Please follow this link
- Once pnpm is installed please install the dependencies you have to navigate to each workspace and run
pnpm installcommand.
To run unit tests please execute pnpm test under the root folder.
To run e2e tests please execute pnpm e2e under the root folder.
