- Open cmd (command prompt).
- While inside the project directory.
- type: yarn install (then enter). This will download/install packages.
- type: yarn dev (then enter).
- Access the site on http://localhost:3000
- Built using Next.js with TypeScript.
- Material UI component library is used for styling components and pages.
- Sass has been loaded for global styling.
- Cypress for UI testing.
- Reusable Data table with pagination.
- Dynamic routes with Next.js.
- Action button to delete a project.
- Cypress UI testing spec can be found in cypress/integration/projects.spec.js
- To run the test open terminal and while in REACT-TS directory.
- Type: yarn run cypress open
- Click on projects.spec.js and a new browser should start and perform the test.
- Add Project Page implementation.
React, TypeScript, Material UI, Sass, Cypress.