Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 790 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 790 Bytes

🔎 Directory Browser

Directory Browser allows a user to browse directory content on a remote server. It's built using Express, React, Node.js, Jest, TypeScript, and Webpack.

⚒️ Development

Running the Servers

yarn start

Running the Tests

yarn test

Running a Type Check

yarn tsc

Making Commits

Commitizen is used to ensure that all commits follow the conventional commit pattern.

yarn commit

Status check exists to ensure that all commits abide by this pattern.